Showing:

Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by

Table of Contents

Group by:

urn:isbn:1-931666-22-9

Elements
Main schema ead_revised.xsd
Namespace urn:isbn:1-931666-22-9
Properties
attribute form default unqualified
element form default qualified
[ top ]
Element ns1:ead
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#ead_relatedencoding ead_revised.tmp#control ead_revised.tmp#archdesc
Properties
content complex
Model
Children ns1:archdesc, ns1:control
Instance
<ns1:ead altrender="" audience="" id="" lang="" relatedencoding="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:control altrender="" audience="" base="" id="" lang="" relatedencoding="" script="">{1,1}</ns1:control>
  <ns1:archdesc altrender="" audience="" encodinganalog="" id="" lang="" level="" localtype="" otherlevel="" relatedencoding="" script="">{1,1}</ns1:archdesc>
</ns1:ead>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
relatedencoding optional
script optional
Source
<xs:element name="ead">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ns1:control"/>
      <xs:element ref="ns1:archdesc"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="relatedencoding"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:control
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#control_base ead_revised.tmp#control_relatedencoding ead_revised.tmp#recordid ead_revised.tmp#otherrecordid ead_revised.tmp#representation ead_revised.tmp#filedesc ead_revised.tmp#maintenancestatus ead_revised.tmp#publicationstatus ead_revised.tmp#maintenanceagency ead_revised.tmp#languagedeclaration ead_revised.tmp#conventiondeclaration ead_revised.tmp#localtypedeclaration ead_revised.tmp#localcontrol ead_revised.tmp#maintenancehistory ead_revised.tmp#sources
Properties
content complex
Used by
Element ns1:ead
Model
Children ns1:conventiondeclaration, ns1:filedesc, ns1:languagedeclaration, ns1:localcontrol, ns1:localtypedeclaration, ns1:maintenanceagency, ns1:maintenancehistory, ns1:maintenancestatus, ns1:otherrecordid, ns1:publicationstatus, ns1:recordid, ns1:representation, ns1:sources
Instance
<ns1:control altrender="" audience="" base="" id="" lang="" relatedencoding="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:recordid altrender="" audience="" id="" instanceurl="" lang="" script="">{1,1}</ns1:recordid>
  <ns1:otherrecordid altrender="" audience="" id="" lang="" localtype="" script="">{0,unbounded}</ns1:otherrecordid>
  <ns1:representation actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" localtype="" script="" show="">{0,unbounded}</ns1:representation>
  <ns1:filedesc altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:filedesc>
  <ns1:maintenancestatus altrender="" audience="" id="" lang="" script="" value="">{1,1}</ns1:maintenancestatus>
  <ns1:publicationstatus altrender="" audience="" id="" lang="" script="" value="">{0,1}</ns1:publicationstatus>
  <ns1:maintenanceagency altrender="" audience="" id="" lang="" script="">{1,1}</ns1:maintenanceagency>
  <ns1:languagedeclaration altrender="" audience="" id="" lang="" script="">{0,unbounded}</ns1:languagedeclaration>
  <ns1:conventiondeclaration altrender="" audience="" id="" lang="" script="">{0,unbounded}</ns1:conventiondeclaration>
  <ns1:localtypedeclaration altrender="" audience="" id="" lang="" script="">{0,unbounded}</ns1:localtypedeclaration>
  <ns1:localcontrol altrender="" audience="" id="" lang="" localtype="" script="">{0,unbounded}</ns1:localcontrol>
  <ns1:maintenancehistory altrender="" audience="" id="" lang="" script="">{1,1}</ns1:maintenancehistory>
  <ns1:sources altrender="" audience="" base="" id="" lang="" script="">{0,1}</ns1:sources>
</ns1:control>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
base xs:anyURI optional
id xs:ID optional
lang optional
relatedencoding optional
script optional
Source
<xs:element name="control">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ns1:recordid"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:otherrecordid"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:representation"/>
      <xs:element ref="ns1:filedesc"/>
      <xs:element ref="ns1:maintenancestatus"/>
      <xs:element minOccurs="0" ref="ns1:publicationstatus"/>
      <xs:element ref="ns1:maintenanceagency"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:languagedeclaration"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:conventiondeclaration"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:localtypedeclaration"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:localcontrol"/>
      <xs:element ref="ns1:maintenancehistory"/>
      <xs:element minOccurs="0" ref="ns1:sources"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="base" type="xs:anyURI"/>
    <xs:attribute name="relatedencoding"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:recordid
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#recordid_instanceurl
Type extension of xs:NMTOKEN
Properties
content complex
Used by
Element ns1:control
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
instanceurl xs:anyURI optional
lang optional
script optional
Source
<xs:element name="recordid">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:NMTOKEN">
        <xs:attributeGroup ref="ns1:a.common"/>
        <xs:attribute name="instanceurl" type="xs:anyURI"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:otherrecordid
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#m.id
Properties
content complex
mixed true
Used by
Element ns1:control
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="otherrecordid">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attributeGroup ref="ns1:m.id"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:representation
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#am.simplelink ead_revised.tmp#representation_localtype
Properties
content complex
mixed true
Used by
Element ns1:control
Model
Attributes
QName Type Use
actuate restriction of xs:token optional
altrender optional
audience restriction of xs:token optional
href xs:anyURI optional
id xs:ID optional
lang optional
linkarcrole xs:anyURI optional
linkrole xs:anyURI optional
linktitle optional
linktype restriction of xs:token required
localtype optional
script optional
show restriction of xs:token optional
Source
<xs:element name="representation">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attributeGroup ref="ns1:am.simplelink"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:filedesc
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#filedesc_encodinganalog ead_revised.tmp#titlestmt ead_revised.tmp#editionstmt ead_revised.tmp#publicationstmt ead_revised.tmp#seriesstmt ead_revised.tmp#notestmt
Properties
content complex
Used by
Element ns1:control
Model
Children ns1:editionstmt, ns1:notestmt, ns1:publicationstmt, ns1:seriesstmt, ns1:titlestmt
Instance
<ns1:filedesc altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:titlestmt altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:titlestmt>
  <ns1:editionstmt altrender="" audience="" encodinganalog="" id="" lang="" script="">{0,1}</ns1:editionstmt>
  <ns1:publicationstmt altrender="" audience="" encodinganalog="" id="" lang="" script="">{0,1}</ns1:publicationstmt>
  <ns1:seriesstmt altrender="" audience="" encodinganalog="" id="" lang="" script="">{0,1}</ns1:seriesstmt>
  <ns1:notestmt altrender="" audience="" encodinganalog="" id="" lang="" script="">{0,1}</ns1:notestmt>
</ns1:filedesc>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="filedesc">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ns1:titlestmt"/>
      <xs:element minOccurs="0" ref="ns1:editionstmt"/>
      <xs:element minOccurs="0" ref="ns1:publicationstmt"/>
      <xs:element minOccurs="0" ref="ns1:seriesstmt"/>
      <xs:element minOccurs="0" ref="ns1:notestmt"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:titlestmt
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#titlestmt_encodinganalog ead_revised.tmp#titleproper ead_revised.tmp#subtitle ead_revised.tmp#author ead_revised.tmp#sponsor
Properties
content complex
Used by
Element ns1:filedesc
Model
Children ns1:author, ns1:sponsor, ns1:subtitle, ns1:titleproper
Instance
<ns1:titlestmt altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:titleproper altrender="" audience="" encodinganalog="" id="" lang="" localtype="" render="" script="">{1,unbounded}</ns1:titleproper>
  <ns1:subtitle altrender="" audience="" encodinganalog="" id="" lang="" script="">{0,unbounded}</ns1:subtitle>
  <ns1:author altrender="" audience="" encodinganalog="" id="" lang="" script="">{0,unbounded}</ns1:author>
  <ns1:sponsor altrender="" audience="" encodinganalog="" id="" lang="" script="">{0,unbounded}</ns1:sponsor>
</ns1:titlestmt>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="titlestmt">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:titleproper"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:subtitle"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:author"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:sponsor"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:titleproper
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#titleproper_render ead_revised.tmp#titleproper_localtype ead_revised.tmp#titleproper_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:titleproper altrender="" audience="" encodinganalog="" id="" lang="" localtype="" render="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:titleproper>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
render ns1:av.render optional
script optional
Source
<xs:element name="titleproper">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="render" type="ns1:av.render"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:abbr
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr_expan
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
expan optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="abbr">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="expan"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:expan
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#expan_abbr
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
abbr optional
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="expan">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="abbr"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:emph
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#emph_render
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
render ns1:av.render optional
script optional
Source
<xs:element name="emph">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="render" type="ns1:av.render"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:lb
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common.empty
Properties
content complex
Used by
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
Source
<xs:element name="lb">
  <xs:complexType>
    <xs:attributeGroup ref="ns1:a.common.empty"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:ref
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.internal.ptr ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ptr ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.access.title
Properties
content complex
mixed true
Used by
Model
Children ns1:abbr, ns1:date, ns1:emph, ns1:expan, ns1:footnote, ns1:lb, ns1:m.access.title, ns1:num, ns1:ptr, ns1:quote
Instance
<ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
  <ns1:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:quote>
  <ns1:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:num>
  <ns1:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</ns1:footnote>
  <ns1:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</ns1:date>
  <ns1:m.access.title>{1,1}</ns1:m.access.title>
</ns1:ref>
Attributes
QName Type Use
actuate restriction of xs:token optional
altrender optional
audience restriction of xs:token optional
href xs:anyURI optional
id xs:ID optional
lang optional
linkarcrole xs:anyURI optional
linkrole xs:anyURI optional
linktitle optional
linktype restriction of xs:token required
script optional
show restriction of xs:token optional
target xs:IDREF optional
xpointer optional
Source
<xs:element name="ref">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ns1:abbr"/>
      <xs:element ref="ns1:expan"/>
      <xs:element ref="ns1:emph"/>
      <xs:element ref="ns1:lb"/>
      <xs:element ref="ns1:ptr"/>
      <xs:element ref="ns1:quote"/>
      <xs:element ref="ns1:num"/>
      <xs:element ref="ns1:footnote"/>
      <xs:element ref="ns1:date"/>
      <xs:element ref="ns1:m.access.title"/>
    </xs:choice>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attributeGroup ref="ns1:a.internal.ptr"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:ptr
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.internal.ptr
Properties
content complex
Used by
Attributes
QName Type Use
actuate restriction of xs:token optional
altrender optional
audience restriction of xs:token optional
href xs:anyURI optional
id xs:ID optional
lang optional
linkarcrole xs:anyURI optional
linkrole xs:anyURI optional
linktitle optional
linktype restriction of xs:token required
script optional
show restriction of xs:token optional
target xs:IDREF optional
xpointer optional
Source
<xs:element name="ptr">
  <xs:complexType>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attributeGroup ref="ns1:a.internal.ptr"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:quote
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#quote_localtype ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:quote altrender="" audience="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:quote>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="quote">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:num
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#num_localtype ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:num altrender="" audience="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:num>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="num">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:footnote
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#footnote_localtype ead_revised.tmp#footnote_show ead_revised.tmp#footnote_actuate ead_revised.tmp#m.blocks
Properties
content complex
Used by
Model
Children ns1:m.blocks
Instance
<ns1:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:m.blocks>{1,unbounded}</ns1:m.blocks>
</ns1:footnote>
Attributes
QName Type Use
actuate restriction of xs:token optional
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
show restriction of xs:token optional
Source
<xs:element name="footnote">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:m.blocks"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="show">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="embed"/>
          <xs:enumeration value="new"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="actuate">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="onload"/>
          <xs:enumeration value="onrequest"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:m.blocks
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#m.inter ead_revised.tmp#p
Properties
abstract true
Substitution Group
Used by
Source
<xs:element name="m.blocks" abstract="true"/>
[ top ]
Element ns1:date
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#date_localtype ead_revised.tmp#am.dates.era ead_revised.tmp#am.dates.calendar ead_revised.tmp#am.date.normal ead_revised.tmp#date_certainty ead_revised.tmp#date_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:date>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
calendar xs:NMTOKEN optional
certainty optional
encodinganalog optional
era xs:NMTOKEN optional
id xs:ID optional
lang optional
localtype optional
normal xs:token optional
script optional
Source
<xs:element name="date">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attributeGroup ref="ns1:am.dates.era"/>
    <xs:attributeGroup ref="ns1:am.dates.calendar"/>
    <xs:attributeGroup ref="ns1:am.date.normal"/>
    <xs:attribute name="certainty"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:m.access.title
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#m.access ead_revised.tmp#title
Properties
abstract true
Substitution Group
Used by
Source
<xs:element name="m.access.title" abstract="true"/>
[ top ]
Element ns1:subtitle
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#subtitle_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element ns1:titlestmt
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:subtitle altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:subtitle>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="subtitle">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:author
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#author_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element ns1:titlestmt
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:author altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:author>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="author">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:sponsor
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#sponsor_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element ns1:titlestmt
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:sponsor altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:sponsor>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="sponsor">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:editionstmt
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#editionstmt_encodinganalog ead_revised.tmp#edition ead_revised.tmp#p
Properties
content complex
Used by
Element ns1:filedesc
Model
Children ns1:edition, ns1:p
Instance
<ns1:editionstmt altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:edition altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:edition>
  <ns1:p altrender="" audience="" id="" lang="" script="">{1,1}</ns1:p>
</ns1:editionstmt>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="editionstmt">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="ns1:edition"/>
      <xs:element ref="ns1:p"/>
    </xs:choice>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:edition
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#edition_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element ns1:editionstmt
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:edition altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:edition>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="edition">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:p
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus ead_revised.tmp#m.access.title ead_revised.tmp#list ead_revised.tmp#m.para.content ead_revised.tmp#m.blocks
Properties
content complex
mixed true
Substitution Group Affiliation
Used by
Model
Children ns1:abbr, ns1:date, ns1:emph, ns1:expan, ns1:footnote, ns1:lb, ns1:list, ns1:m.access.title, ns1:num, ns1:ptr, ns1:quote, ns1:ref
Instance
<ns1:p altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
  <ns1:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:quote>
  <ns1:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:num>
  <ns1:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</ns1:footnote>
  <ns1:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</ns1:date>
  <ns1:m.access.title>{1,1}</ns1:m.access.title>
  <ns1:list altrender="" audience="" id="" lang="" listtype="" mark="" numeration="" script="">{1,1}</ns1:list>
</ns1:p>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="p" substitutionGroup="ns1:m.blocks">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:m.para.content"/>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:list
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#list_listtype ead_revised.tmp#list_mark ead_revised.tmp#list_numeration ead_revised.tmp#head ead_revised.tmp#item ead_revised.tmp#listhead ead_revised.tmp#defitem ead_revised.tmp#m.inter.noquote
Properties
content complex
Substitution Group Affiliation
Used by
Element Group ns1:m.para.content
Model
Children ns1:defitem, ns1:head, ns1:item, ns1:listhead
Instance
<ns1:list altrender="" audience="" id="" lang="" listtype="" mark="" numeration="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:item altrender="" audience="" id="" lang="" script="">{1,unbounded}</ns1:item>
  <ns1:listhead altrender="" audience="" id="" lang="" script="">{0,1}</ns1:listhead>
  <ns1:defitem altrender="" audience="" id="" lang="" script="">{1,unbounded}</ns1:defitem>
</ns1:list>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
listtype restriction of xs:token optional
mark restriction of xs:token optional
numeration restriction of xs:token optional
script optional
Source
<xs:element name="list" substitutionGroup="ns1:m.inter.noquote">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice>
        <xs:element maxOccurs="unbounded" ref="ns1:item"/>
        <xs:sequence>
          <xs:element minOccurs="0" ref="ns1:listhead"/>
          <xs:element maxOccurs="unbounded" ref="ns1:defitem"/>
        </xs:sequence>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="listtype">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="deflist"/>
          <xs:enumeration value="unordered"/>
          <xs:enumeration value="ordered"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="mark">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="disc"/>
          <xs:enumeration value="circle"/>
          <xs:enumeration value="square"/>
          <xs:enumeration value="decimal"/>
          <xs:enumeration value="decimal-leading-zero"/>
          <xs:enumeration value="lower-roman"/>
          <xs:enumeration value="upper-roman"/>
          <xs:enumeration value="lower-greek"/>
          <xs:enumeration value="lower-latin"/>
          <xs:enumeration value="upper-latin"/>
          <xs:enumeration value="armenian"/>
          <xs:enumeration value="georgian"/>
          <xs:enumeration value="lower-alpha"/>
          <xs:enumeration value="upper-alpha"/>
          <xs:enumeration value="none"/>
          <xs:enumeration value="inherit"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="numeration">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="arabic"/>
          <xs:enumeration value="upperAlpha"/>
          <xs:enumeration value="lowerAlpha"/>
          <xs:enumeration value="upperRoman"/>
          <xs:enumeration value="lowerRoman"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:head
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#head_althead ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:head althead="" altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:head>
Attributes
QName Type Use
althead optional
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="head">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="althead"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:item
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus ead_revised.tmp#m.access.title ead_revised.tmp#list ead_revised.tmp#m.para.content
Properties
content complex
mixed true
Used by
Elements ns1:defitem, ns1:list
Model
Children ns1:abbr, ns1:date, ns1:emph, ns1:expan, ns1:footnote, ns1:lb, ns1:list, ns1:m.access.title, ns1:num, ns1:ptr, ns1:quote, ns1:ref
Instance
<ns1:item altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
  <ns1:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:quote>
  <ns1:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:num>
  <ns1:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</ns1:footnote>
  <ns1:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</ns1:date>
  <ns1:m.access.title>{1,1}</ns1:m.access.title>
  <ns1:list altrender="" audience="" id="" lang="" listtype="" mark="" numeration="" script="">{1,1}</ns1:list>
</ns1:item>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="item">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:m.para.content"/>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:listhead
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#head01 ead_revised.tmp#head02 ead_revised.tmp#head03
Properties
content complex
Used by
Elements ns1:index, ns1:list
Model
Children ns1:head01, ns1:head02, ns1:head03
Instance
<ns1:listhead altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head01 altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head01>
  <ns1:head02 altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head02>
  <ns1:head03 altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head03>
</ns1:listhead>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="listhead">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head01"/>
      <xs:element minOccurs="0" ref="ns1:head02"/>
      <xs:element minOccurs="0" ref="ns1:head03"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:head01
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element ns1:listhead
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:head01 altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:head01>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="head01">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:head02
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element ns1:listhead
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:head02 altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:head02>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="head02">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:head03
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element ns1:listhead
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:head03 altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:head03>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="head03">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:defitem
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#label ead_revised.tmp#item
Properties
content complex
Used by
Element ns1:list
Model
Children ns1:item, ns1:label
Instance
<ns1:defitem altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:label altrender="" audience="" id="" lang="" script="">{1,1}</ns1:label>
  <ns1:item altrender="" audience="" id="" lang="" script="">{1,1}</ns1:item>
</ns1:defitem>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="defitem">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ns1:label"/>
      <xs:element ref="ns1:item"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:label
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element ns1:defitem
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:label altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:label>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="label">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:publicationstmt
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#publicationstmt_encodinganalog ead_revised.tmp#publisher ead_revised.tmp#date ead_revised.tmp#address ead_revised.tmp#num ead_revised.tmp#p
Properties
content complex
Used by
Element ns1:filedesc
Model
Children ns1:address, ns1:date, ns1:num, ns1:p, ns1:publisher
Instance
<ns1:publicationstmt altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:publisher altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:publisher>
  <ns1:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</ns1:date>
  <ns1:address altrender="" audience="" id="" lang="" script="">{1,1}</ns1:address>
  <ns1:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:num>
  <ns1:p altrender="" audience="" id="" lang="" script="">{1,1}</ns1:p>
</ns1:publicationstmt>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="publicationstmt">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="ns1:publisher"/>
      <xs:element ref="ns1:date"/>
      <xs:element ref="ns1:address"/>
      <xs:element ref="ns1:num"/>
      <xs:element ref="ns1:p"/>
    </xs:choice>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:publisher
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#publisher_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:publisher altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:publisher>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="publisher">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:address
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#addressline
Properties
content complex
Used by
Model
Children ns1:addressline
Instance
<ns1:address altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:addressline altrender="" audience="" id="" lang="" localtype="" script="">{1,unbounded}</ns1:addressline>
</ns1:address>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="address">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:addressline"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:addressline
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#addressline_localtype ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element ns1:address
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:addressline altrender="" audience="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:addressline>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="addressline">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:seriesstmt
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#seriesstmt_encodinganalog ead_revised.tmp#titleproper ead_revised.tmp#num ead_revised.tmp#p
Properties
content complex
Used by
Element ns1:filedesc
Model
Children ns1:num, ns1:p, ns1:titleproper
Instance
<ns1:seriesstmt altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:titleproper altrender="" audience="" encodinganalog="" id="" lang="" localtype="" render="" script="">{1,1}</ns1:titleproper>
  <ns1:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:num>
  <ns1:p altrender="" audience="" id="" lang="" script="">{1,1}</ns1:p>
</ns1:seriesstmt>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="seriesstmt">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="ns1:titleproper"/>
      <xs:element ref="ns1:num"/>
      <xs:element ref="ns1:p"/>
    </xs:choice>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:notestmt
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#notestmt_encodinganalog ead_revised.tmp#controlnote
Properties
content complex
Used by
Element ns1:filedesc
Model
Children ns1:controlnote
Instance
<ns1:notestmt altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:controlnote altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</ns1:controlnote>
</ns1:notestmt>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="notestmt">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:controlnote"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:controlnote
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#controlnote_localtype ead_revised.tmp#controlnote_encodinganalog ead_revised.tmp#m.blocks
Properties
content complex
Used by
Element ns1:notestmt
Model
Children ns1:m.blocks
Instance
<ns1:controlnote altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:m.blocks>{1,unbounded}</ns1:m.blocks>
</ns1:controlnote>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="controlnote">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:m.blocks"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:maintenancestatus
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#maintenancestatus_value ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element ns1:control
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:maintenancestatus altrender="" audience="" id="" lang="" script="" value="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:maintenancestatus>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
value restriction of xs:token required
Source
<xs:element name="maintenancestatus">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="value" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="revised"/>
          <xs:enumeration value="deleted"/>
          <xs:enumeration value="new"/>
          <xs:enumeration value="deletedsplit"/>
          <xs:enumeration value="deletedmerged"/>
          <xs:enumeration value="deletedreplaced"/>
          <xs:enumeration value="cancelled"/>
          <xs:enumeration value="derived"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:publicationstatus
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#publicationstatus_value ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element ns1:control
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:publicationstatus altrender="" audience="" id="" lang="" script="" value="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:publicationstatus>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
value restriction of xs:token required
Source
<xs:element name="publicationstatus">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="value" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="inProcess"/>
          <xs:enumeration value="approved"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:maintenanceagency
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#agencycode ead_revised.tmp#otheragencycode ead_revised.tmp#agencyname ead_revised.tmp#descriptivenote
Properties
content complex
Used by
Element ns1:control
Model
Children ns1:agencycode, ns1:agencyname, ns1:descriptivenote, ns1:otheragencycode
Instance
<ns1:maintenanceagency altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:agencycode altrender="" audience="" id="" lang="" script="">{0,1}</ns1:agencycode>
  <ns1:otheragencycode altrender="" audience="" id="" lang="" localtype="" script="">{0,unbounded}</ns1:otheragencycode>
  <ns1:agencyname>{1,1}</ns1:agencyname>
  <ns1:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</ns1:descriptivenote>
</ns1:maintenanceagency>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="maintenanceagency">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:agencycode"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:otheragencycode"/>
      <xs:element ref="ns1:agencyname"/>
      <xs:element minOccurs="0" ref="ns1:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:agencycode
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="agencycode">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:otheragencycode
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#otheragencycode_localtype
Type extension of xs:NMTOKEN
Properties
content complex
Used by
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype required
script optional
Source
<xs:element name="otheragencycode">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:NMTOKEN">
        <xs:attributeGroup ref="ns1:a.common"/>
        <xs:attribute name="localtype" use="required"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:agencyname
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Source
<xs:element name="agencyname" type="xs:string"/>
[ top ]
Element ns1:descriptivenote
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#p
Properties
content complex
Used by
Model
Children ns1:p
Instance
<ns1:descriptivenote altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:p altrender="" audience="" id="" lang="" script="">{1,unbounded}</ns1:p>
</ns1:descriptivenote>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="descriptivenote">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:p"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:languagedeclaration
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#language ead_revised.tmp#script ead_revised.tmp#descriptivenote
Properties
content complex
Used by
Element ns1:control
Model
Children ns1:descriptivenote, ns1:language, ns1:script
Instance
<ns1:languagedeclaration altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:language altrender="" audience="" encodinganalog="" id="" label="" lang="" langcode="" script="">{1,1}</ns1:language>
  <ns1:script altrender="" audience="" encodinganalog="" id="" label="" lang="" script="" scriptcode="">{1,1}</ns1:script>
  <ns1:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</ns1:descriptivenote>
</ns1:languagedeclaration>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="languagedeclaration">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ns1:language"/>
      <xs:element ref="ns1:script"/>
      <xs:element minOccurs="0" ref="ns1:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:language
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#language_encodinganalog ead_revised.tmp#language_label ead_revised.tmp#language_langcode
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
langcode optional
script optional
Source
<xs:element name="language">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="label"/>
    <xs:attribute name="langcode"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:script
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#script_encodinganalog ead_revised.tmp#script_label ead_revised.tmp#script_scriptcode
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
script optional
scriptcode optional
Source
<xs:element name="script">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="label"/>
    <xs:attribute name="scriptcode"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:conventiondeclaration
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#citation ead_revised.tmp#descriptivenote
Properties
content complex
Used by
Element ns1:control
Model
Children ns1:abbr, ns1:citation, ns1:descriptivenote
Instance
<ns1:conventiondeclaration altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{0,1}</ns1:abbr>
  <ns1:citation actuate="" altrender="" audience="" href="" id="" lang="" lastdatetimeverified="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="">{1,1}</ns1:citation>
  <ns1:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</ns1:descriptivenote>
</ns1:conventiondeclaration>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="conventiondeclaration">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:abbr"/>
      <xs:element ref="ns1:citation"/>
      <xs:element minOccurs="0" ref="ns1:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:citation
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#citation_linktype ead_revised.tmp#citation_href ead_revised.tmp#citation_linkrole ead_revised.tmp#citation_linkarcrole ead_revised.tmp#citation_linktitle ead_revised.tmp#citation_show ead_revised.tmp#citation_actuate ead_revised.tmp#citation_lastdatetimeverified ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:citation actuate="" altrender="" audience="" href="" id="" lang="" lastdatetimeverified="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:citation>
Attributes
QName Type Use
actuate restriction of xs:token optional
altrender optional
audience restriction of xs:token optional
href xs:anyURI optional
id xs:ID optional
lang optional
lastdatetimeverified ns1:m.data.standardDateTime optional
linkarcrole xs:anyURI optional
linkrole xs:anyURI optional
linktitle optional
linktype restriction of xs:token optional
script optional
show restriction of xs:token optional
Source
<xs:element name="citation">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="linktype">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="simple"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="href" type="xs:anyURI"/>
    <xs:attribute name="linkrole" type="xs:anyURI"/>
    <xs:attribute name="linkarcrole" type="xs:anyURI"/>
    <xs:attribute name="linktitle"/>
    <xs:attribute name="show">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="new"/>
          <xs:enumeration value="replace"/>
          <xs:enumeration value="embed"/>
          <xs:enumeration value="other"/>
          <xs:enumeration value="none"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="actuate">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="onLoad"/>
          <xs:enumeration value="onRequest"/>
          <xs:enumeration value="other"/>
          <xs:enumeration value="none"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="lastdatetimeverified" type="ns1:m.data.standardDateTime"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:localtypedeclaration
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#citation ead_revised.tmp#descriptivenote
Properties
content complex
Used by
Element ns1:control
Model
Children ns1:abbr, ns1:citation, ns1:descriptivenote
Instance
<ns1:localtypedeclaration altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{0,1}</ns1:abbr>
  <ns1:citation actuate="" altrender="" audience="" href="" id="" lang="" lastdatetimeverified="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="">{1,1}</ns1:citation>
  <ns1:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</ns1:descriptivenote>
</ns1:localtypedeclaration>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="localtypedeclaration">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:abbr"/>
      <xs:element ref="ns1:citation"/>
      <xs:element minOccurs="0" ref="ns1:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:localcontrol
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#localcontrol_localtype ead_revised.tmp#term ead_revised.tmp#datesingle ead_revised.tmp#daterange
Properties
content complex
Used by
Element ns1:control
Model
Children ns1:daterange, ns1:datesingle, ns1:term
Instance
<ns1:localcontrol altrender="" audience="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:term altrender="" audience="" id="" identifier="" lang="" lastdatetimeverified="" script="" source="" transliteration="">{0,1}</ns1:term>
  <ns1:datesingle altrender="" audience="" id="" lang="" localtype="" notafter="" notbefore="" script="" standarddate="">{1,1}</ns1:datesingle>
  <ns1:daterange altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:daterange>
</ns1:localcontrol>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype required
script optional
Source
<xs:element name="localcontrol">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:term"/>
      <xs:choice minOccurs="0">
        <xs:element ref="ns1:datesingle"/>
        <xs:element ref="ns1:daterange"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype" use="required"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:term
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#term_transliteration ead_revised.tmp#term_lastdatetimeverified ead_revised.tmp#term_source ead_revised.tmp#term_identifier
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
identifier optional
lang optional
lastdatetimeverified ns1:m.data.standardDateTime optional
script optional
source xs:string optional
transliteration optional
Source
<xs:element name="term">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="transliteration"/>
    <xs:attribute name="lastdatetimeverified" type="ns1:m.data.standardDateTime"/>
    <xs:attribute name="source" type="xs:string"/>
    <xs:attribute name="identifier"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:datesingle
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#datesingle_localtype ead_revised.tmp#m.datesingle ead_revised.tmp#m.dates
Properties
content complex
mixed true
Substitution Group Affiliation
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
notafter ns1:m.data.standarddate optional
notbefore ns1:m.data.standarddate optional
script optional
standarddate ns1:m.data.standarddate optional
Source
<xs:element name="datesingle" substitutionGroup="ns1:m.dates">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attributeGroup ref="ns1:m.datesingle"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:daterange
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#daterange_localtype ead_revised.tmp#fromdate ead_revised.tmp#todate ead_revised.tmp#m.dates
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ns1:fromdate, ns1:todate
Instance
<ns1:daterange altrender="" audience="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:fromdate altrender="" audience="" id="" lang="" localtype="" script="">{0,1}</ns1:fromdate>
  <ns1:todate altrender="" audience="" id="" lang="" localtype="" script="">{0,1}</ns1:todate>
</ns1:daterange>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="daterange" substitutionGroup="ns1:m.dates">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:fromdate"/>
      <xs:element minOccurs="0" ref="ns1:todate"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:fromdate
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#fromdate_localtype ead_revised.tmp#datesingle
Properties
content complex
Used by
Element ns1:daterange
Model
Children ns1:datesingle
Instance
<ns1:fromdate altrender="" audience="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:datesingle altrender="" audience="" id="" lang="" localtype="" notafter="" notbefore="" script="" standarddate="">{1,1}</ns1:datesingle>
</ns1:fromdate>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="fromdate">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ns1:datesingle"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:todate
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#todate_localtype ead_revised.tmp#datesingle
Properties
content complex
Used by
Element ns1:daterange
Model
Children ns1:datesingle
Instance
<ns1:todate altrender="" audience="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:datesingle altrender="" audience="" id="" lang="" localtype="" notafter="" notbefore="" script="" standarddate="">{1,1}</ns1:datesingle>
</ns1:todate>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="todate">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ns1:datesingle"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:maintenancehistory
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#maintenanceevent
Properties
content complex
Used by
Element ns1:control
Model
Children ns1:maintenanceevent
Instance
<ns1:maintenancehistory altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:maintenanceevent altrender="" audience="" id="" lang="" script="">{1,unbounded}</ns1:maintenanceevent>
</ns1:maintenancehistory>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="maintenancehistory">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:maintenanceevent"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:maintenanceevent
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#eventtype ead_revised.tmp#eventdatetime ead_revised.tmp#agenttype ead_revised.tmp#agent ead_revised.tmp#eventdescription
Properties
content complex
Used by
Model
Children ns1:agent, ns1:agenttype, ns1:eventdatetime, ns1:eventdescription, ns1:eventtype
Instance
<ns1:maintenanceevent altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:eventtype altrender="" audience="" id="" lang="" script="" value="">{1,1}</ns1:eventtype>
  <ns1:eventdatetime altrender="" audience="" id="" lang="" script="" standarddatetime="">{1,1}</ns1:eventdatetime>
  <ns1:agenttype altrender="" audience="" id="" lang="" script="" value="">{1,1}</ns1:agenttype>
  <ns1:agent altrender="" audience="" id="" lang="" script="">{1,1}</ns1:agent>
  <ns1:eventdescription altrender="" audience="" id="" lang="" script="">{0,1}</ns1:eventdescription>
</ns1:maintenanceevent>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="maintenanceevent">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ns1:eventtype"/>
      <xs:element ref="ns1:eventdatetime"/>
      <xs:element ref="ns1:agenttype"/>
      <xs:element ref="ns1:agent"/>
      <xs:element minOccurs="0" ref="ns1:eventdescription"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:eventtype
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#eventtype_value ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:eventtype altrender="" audience="" id="" lang="" script="" value="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:eventtype>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
value restriction of xs:token required
Source
<xs:element name="eventtype">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="value" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="created"/>
          <xs:enumeration value="revised"/>
          <xs:enumeration value="deleted"/>
          <xs:enumeration value="cancelled"/>
          <xs:enumeration value="derived"/>
          <xs:enumeration value="updated"/>
          <xs:enumeration value="unknown"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:eventdatetime
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#eventdatetime_standarddatetime
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
standarddatetime ns1:m.data.standardDateTime optional
Source
<xs:element name="eventdatetime">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="standarddatetime" type="ns1:m.data.standardDateTime"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:agenttype
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#agenttype_value ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:agenttype altrender="" audience="" id="" lang="" script="" value="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:agenttype>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
value restriction of xs:token required
Source
<xs:element name="agenttype">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="value" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="human"/>
          <xs:enumeration value="machine"/>
          <xs:enumeration value="unknown"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:agent
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="agent">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:eventdescription
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="eventdescription">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:sources
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#sources_base ead_revised.tmp#source
Properties
content complex
Used by
Element ns1:control
Model
Children ns1:source
Instance
<ns1:sources altrender="" audience="" base="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:source actuate="" altrender="" audience="" href="" id="" lang="" lastdatetimeverified="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="">{1,unbounded}</ns1:source>
</ns1:sources>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
base xs:anyURI optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="sources">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:source"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="base" type="xs:anyURI"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:source
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#source_lastdatetimeverified ead_revised.tmp#source_linktype ead_revised.tmp#source_href ead_revised.tmp#source_linkrole ead_revised.tmp#source_linkarcrole ead_revised.tmp#source_linktitle ead_revised.tmp#source_show ead_revised.tmp#source_actuate ead_revised.tmp#sourceentry ead_revised.tmp#objectxmlwrap ead_revised.tmp#descriptivenote
Properties
content complex
Used by
Element ns1:sources
Model
Children ns1:descriptivenote, ns1:objectxmlwrap, ns1:sourceentry
Instance
<ns1:source actuate="" altrender="" audience="" href="" id="" lang="" lastdatetimeverified="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:sourceentry altrender="" audience="" id="" lang="" script="" transliteration="">{0,1}</ns1:sourceentry>
  <ns1:objectxmlwrap altrender="" audience="" id="" lang="" script="">{0,1}</ns1:objectxmlwrap>
  <ns1:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</ns1:descriptivenote>
</ns1:source>
Attributes
QName Type Use
actuate restriction of xs:token optional
altrender optional
audience restriction of xs:token optional
href xs:anyURI optional
id xs:ID optional
lang optional
lastdatetimeverified ns1:m.data.standardDateTime optional
linkarcrole xs:anyURI optional
linkrole xs:anyURI optional
linktitle optional
linktype restriction of xs:token optional
script optional
show restriction of xs:token optional
Source
<xs:element name="source">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:sourceentry"/>
      <xs:element minOccurs="0" ref="ns1:objectxmlwrap"/>
      <xs:element minOccurs="0" ref="ns1:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="lastdatetimeverified" type="ns1:m.data.standardDateTime"/>
    <xs:attribute name="linktype">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="simple"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="href" type="xs:anyURI"/>
    <xs:attribute name="linkrole" type="xs:anyURI"/>
    <xs:attribute name="linkarcrole" type="xs:anyURI"/>
    <xs:attribute name="linktitle"/>
    <xs:attribute name="show">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="new"/>
          <xs:enumeration value="replace"/>
          <xs:enumeration value="embed"/>
          <xs:enumeration value="other"/>
          <xs:enumeration value="none"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="actuate">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="onLoad"/>
          <xs:enumeration value="onRequest"/>
          <xs:enumeration value="other"/>
          <xs:enumeration value="none"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:sourceentry
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#sourceentry_transliteration
Properties
content complex
mixed true
Used by
Element ns1:source
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
transliteration optional
Source
<xs:element name="sourceentry">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="transliteration"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:objectxmlwrap
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#e.anyname ead_revised.tmp#a.common
Type extension of ns1:e.anyname
Type hierarchy
Properties
content complex
Used by
Model
ANY element from ANY namespace OTHER than 'urn:isbn:1-931666-22-9' | ANY element from LOCAL namespace 'No Namespace'
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="objectxmlwrap">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ns1:e.anyname">
        <xs:attributeGroup ref="ns1:a.common"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:archdesc
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#archdesc_level ead_revised.tmp#a.desc.base ead_revised.tmp#archdesc_localtype ead_revised.tmp#archdesc_relatedencoding ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#e.relations_relations ead_revised.tmp#e.relations ead_revised.tmp#dsc
Properties
content complex
Used by
Element ns1:ead
Model
Children ns1:did, ns1:dsc, ns1:m.desc.base, ns1:relations
Instance
<ns1:archdesc altrender="" audience="" encodinganalog="" id="" lang="" level="" localtype="" otherlevel="" relatedencoding="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:did>
  <ns1:m.desc.base>{0,unbounded}</ns1:m.desc.base>
  <ns1:relations altrender="" audience="" id="" lang="" script="">{1,1}</ns1:relations>
  <ns1:dsc altrender="" audience="" dsctype="" encodinganalog="" id="" lang="" otherdsctype="" script="" tpattern="">{0,unbounded}</ns1:dsc>
</ns1:archdesc>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level ns1:av.level required
localtype xs:NMTOKEN optional
otherlevel xs:NMTOKEN optional
relatedencoding optional
script optional
Source
<xs:element name="archdesc">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ns1:did"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:m.desc.base"/>
      <xs:group minOccurs="0" ref="ns1:e.relations"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:dsc"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="level" use="required" type="ns1:av.level"/>
    <xs:attributeGroup ref="ns1:a.desc.base"/>
    <xs:attribute name="localtype" type="xs:NMTOKEN"/>
    <xs:attribute name="relatedencoding"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:did
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#did_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.did
Properties
content complex
Used by
Model
Children ns1:head, ns1:m.did
Instance
<ns1:did altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.did>{1,unbounded}</ns1:m.did>
</ns1:did>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="did">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:element maxOccurs="unbounded" ref="ns1:m.did"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:m.did
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#abstract ead_revised.tmp#container ead_revised.tmp#dao ead_revised.tmp#didnote ead_revised.tmp#langmaterial ead_revised.tmp#materialspec ead_revised.tmp#origination ead_revised.tmp#parallelphysdescset ead_revised.tmp#physdesc ead_revised.tmp#physdescstructured ead_revised.tmp#physloc ead_revised.tmp#repository ead_revised.tmp#unitdate ead_revised.tmp#unitdatestructured ead_revised.tmp#unitid ead_revised.tmp#unittitle
Properties
abstract true
Substitution Group
Used by
Element ns1:did
Source
<xs:element name="m.did" abstract="true"/>
[ top ]
Element ns1:m.desc.base
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#accessrestrict ead_revised.tmp#accruals ead_revised.tmp#acqinfo ead_revised.tmp#altformavail ead_revised.tmp#appraisal ead_revised.tmp#arrangement ead_revised.tmp#bibliography ead_revised.tmp#bioghist ead_revised.tmp#controlaccess ead_revised.tmp#custodhist ead_revised.tmp#fileplan ead_revised.tmp#index ead_revised.tmp#legalstatus ead_revised.tmp#odd ead_revised.tmp#originalsloc ead_revised.tmp#otherfindaid ead_revised.tmp#phystech ead_revised.tmp#prefercite ead_revised.tmp#processinfo ead_revised.tmp#relatedmaterial ead_revised.tmp#scopecontent ead_revised.tmp#separatedmaterial ead_revised.tmp#userestrict
Properties
abstract true
Substitution Group
Used by
Source
<xs:element name="m.desc.base" abstract="true"/>
[ top ]
Element ns1:e.relations / ns1:relations
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#relation
Properties
content complex
Model
Children ns1:relation
Instance
<ns1:relations altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:relation actuate="" altrender="" audience="" href="" id="" lang="" lastdatetimeverified="" linkarcrole="" linkrole="" linktitle="" linktype="" otherrelationtype="" relationtype="" script="" show="">{1,unbounded}</ns1:relation>
</ns1:relations>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="relations">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:relation"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:relation
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#relation_relationtype ead_revised.tmp#relation_otherrelationtype ead_revised.tmp#relation_lastdatetimeverified ead_revised.tmp#relation_linktype ead_revised.tmp#relation_href ead_revised.tmp#relation_linkrole ead_revised.tmp#relation_linkarcrole ead_revised.tmp#relation_linktitle ead_revised.tmp#relation_show ead_revised.tmp#relation_actuate ead_revised.tmp#relationentry ead_revised.tmp#objectxmlwrap ead_revised.tmp#datesingle ead_revised.tmp#dateset ead_revised.tmp#daterange ead_revised.tmp#placeentry ead_revised.tmp#descriptivenote
Properties
content complex
Used by
Model
Children ns1:daterange, ns1:dateset, ns1:datesingle, ns1:descriptivenote, ns1:objectxmlwrap, ns1:placeentry, ns1:relationentry
Instance
<ns1:relation actuate="" altrender="" audience="" href="" id="" lang="" lastdatetimeverified="" linkarcrole="" linkrole="" linktitle="" linktype="" otherrelationtype="" relationtype="" script="" show="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:relationentry altrender="" audience="" id="" lang="" localtype="" script="" transliteration="">{0,unbounded}</ns1:relationentry>
  <ns1:objectxmlwrap altrender="" audience="" id="" lang="" script="">{0,1}</ns1:objectxmlwrap>
  <ns1:datesingle altrender="" audience="" id="" lang="" localtype="" notafter="" notbefore="" script="" standarddate="">{1,1}</ns1:datesingle>
  <ns1:dateset altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:dateset>
  <ns1:daterange altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:daterange>
  <ns1:placeentry accuracy="" altitude="" altrender="" audience="" countrycode="" id="" lang="" latitude="" localtype="" longitude="" script="" transliteration="" vocabularysource="">{0,1}</ns1:placeentry>
  <ns1:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</ns1:descriptivenote>
</ns1:relation>
Attributes
QName Type Use
actuate restriction of xs:token optional
altrender optional
audience restriction of xs:token optional
href xs:anyURI optional
id xs:ID optional
lang optional
lastdatetimeverified xs:dateTime optional
linkarcrole xs:anyURI optional
linkrole xs:anyURI optional
linktitle optional
linktype restriction of xs:token optional
otherrelationtype xs:string optional
relationtype restriction of xs:token required
script optional
show restriction of xs:token optional
Source
<xs:element name="relation">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:relationentry"/>
      <xs:element minOccurs="0" ref="ns1:objectxmlwrap"/>
      <xs:choice minOccurs="0">
        <xs:element ref="ns1:datesingle"/>
        <xs:element ref="ns1:dateset"/>
        <xs:element ref="ns1:daterange"/>
      </xs:choice>
      <xs:element minOccurs="0" ref="ns1:placeentry"/>
      <xs:element minOccurs="0" ref="ns1:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="relationtype" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="cpfrelation"/>
          <xs:enumeration value="resourcerelation"/>
          <xs:enumeration value="functionrelation"/>
          <xs:enumeration value="otherrelation"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="otherrelationtype" type="xs:string"/>
    <xs:attribute name="lastdatetimeverified" type="xs:dateTime"/>
    <xs:attribute name="linktype">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="simple"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="href" type="xs:anyURI"/>
    <xs:attribute name="linkrole" type="xs:anyURI"/>
    <xs:attribute name="linkarcrole" type="xs:anyURI"/>
    <xs:attribute name="linktitle"/>
    <xs:attribute name="show">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="new"/>
          <xs:enumeration value="replace"/>
          <xs:enumeration value="embed"/>
          <xs:enumeration value="other"/>
          <xs:enumeration value="none"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="actuate">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="onLoad"/>
          <xs:enumeration value="onRequest"/>
          <xs:enumeration value="other"/>
          <xs:enumeration value="none"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:relationentry
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#relationentry_localtype ead_revised.tmp#relationentry_transliteration
Properties
content complex
mixed true
Used by
Element ns1:relation
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
transliteration xs:NMTOKEN optional
Source
<xs:element name="relationentry">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="transliteration" type="xs:NMTOKEN"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:dateset
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#dateset_localtype ead_revised.tmp#datesingle ead_revised.tmp#daterange ead_revised.tmp#datesingle ead_revised.tmp#daterange ead_revised.tmp#m.dates
Properties
content complex
Substitution Group Affiliation
Used by
Element ns1:relation
Model
Children ns1:daterange, ns1:datesingle
Instance
<ns1:dateset altrender="" audience="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:datesingle altrender="" audience="" id="" lang="" localtype="" notafter="" notbefore="" script="" standarddate="">{1,1}</ns1:datesingle>
  <ns1:daterange altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:daterange>
  <ns1:datesingle altrender="" audience="" id="" lang="" localtype="" notafter="" notbefore="" script="" standarddate="">{1,1}</ns1:datesingle>
  <ns1:daterange altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:daterange>
</ns1:dateset>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="dateset" substitutionGroup="ns1:m.dates">
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="ns1:datesingle"/>
        <xs:element ref="ns1:daterange"/>
      </xs:choice>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:datesingle"/>
        <xs:element ref="ns1:daterange"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:placeentry
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#placeentry_transliteration ead_revised.tmp#placeentry_localtype ead_revised.tmp#placeentry_countrycode ead_revised.tmp#placeentry_vocabularysource ead_revised.tmp#placeentry_accuracy ead_revised.tmp#placeentry_longitude ead_revised.tmp#placeentry_latitude ead_revised.tmp#placeentry_altitude
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
accuracy optional
altitude xs:NMTOKEN optional
altrender optional
audience restriction of xs:token optional
countrycode xs:string optional
id xs:ID optional
lang optional
latitude xs:NMTOKEN optional
localtype optional
longitude xs:NMTOKEN optional
script optional
transliteration optional
vocabularysource optional
Source
<xs:element name="placeentry">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="transliteration"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="countrycode" type="xs:string"/>
    <xs:attribute name="vocabularysource"/>
    <xs:attribute name="accuracy"/>
    <xs:attribute name="longitude" type="xs:NMTOKEN"/>
    <xs:attribute name="latitude" type="xs:NMTOKEN"/>
    <xs:attribute name="altitude" type="xs:NMTOKEN"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:dsc
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#dsc_dsctype ead_revised.tmp#dsc_otherdsctype ead_revised.tmp#dsc_encodinganalog ead_revised.tmp#a.dsctab.tpattern ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#thead ead_revised.tmp#c ead_revised.tmp#c01 ead_revised.tmp#m.cOrC01
Properties
content complex
Used by
Element ns1:archdesc
Model
Children ns1:c, ns1:c01, ns1:head, ns1:m.blocks, ns1:thead
Instance
<ns1:dsc altrender="" audience="" dsctype="" encodinganalog="" id="" lang="" otherdsctype="" script="" tpattern="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{0,unbounded}</ns1:m.blocks>
  <ns1:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</ns1:thead>
  <ns1:c altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{1,unbounded}</ns1:c>
  <ns1:c01 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{1,unbounded}</ns1:c01>
</ns1:dsc>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
dsctype restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
otherdsctype xs:NMTOKEN optional
script optional
tpattern xs:NMTOKEN optional
Source
<xs:element name="dsc">
  <xs:complexType>
    <xs:sequence>
      <xs:sequence>
        <xs:element minOccurs="0" ref="ns1:head"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:m.blocks"/>
      </xs:sequence>
      <xs:element minOccurs="0" ref="ns1:thead"/>
      <xs:group minOccurs="0" ref="ns1:m.cOrC01"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="dsctype">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="analyticover"/>
          <xs:enumeration value="combined"/>
          <xs:enumeration value="indepth"/>
          <xs:enumeration value="otherdsctype"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="otherdsctype" type="xs:NMTOKEN"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attributeGroup ref="ns1:a.dsctab.tpattern"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:thead
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#thead_valign ead_revised.tmp#row
Properties
content complex
Used by
Model
Children ns1:row
Instance
<ns1:thead altrender="" audience="" id="" lang="" script="" valign="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:row altrender="" audience="" id="" lang="" rowsep="" script="" valign="">{1,unbounded}</ns1:row>
</ns1:thead>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
valign restriction of xs:token optional
Source
<xs:element name="thead">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:row"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="valign">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="top"/>
          <xs:enumeration value="middle"/>
          <xs:enumeration value="bottom"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:row
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#row_rowsep ead_revised.tmp#row_valign ead_revised.tmp#thentry ead_revised.tmp#entry
Properties
content complex
Used by
Elements ns1:table, ns1:thead
Model
Children ns1:entry, ns1:thentry
Instance
<ns1:row altrender="" audience="" id="" lang="" rowsep="" script="" valign="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:thentry altrender="" audience="" id="" lang="" script="">{1,1}</ns1:thentry>
  <ns1:entry align="" altrender="" audience="" colname="" colsep="" id="" lang="" morerows="" nameend="" namest="" rowsep="" script="" valign="">{1,1}</ns1:entry>
</ns1:row>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
rowsep ns1:av.yesorno optional
script optional
valign restriction of xs:token optional
Source
<xs:element name="row">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="ns1:thentry"/>
      <xs:element ref="ns1:entry"/>
    </xs:choice>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="rowsep" type="ns1:av.yesorno"/>
    <xs:attribute name="valign">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="top"/>
          <xs:enumeration value="middle"/>
          <xs:enumeration value="bottom"/>
          <xs:enumeration value="baseline"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:thentry
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Element ns1:row
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:thentry altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:thentry>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="thentry">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:entry
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#entry_colname ead_revised.tmp#entry_namest ead_revised.tmp#entry_nameend ead_revised.tmp#entry_morerows ead_revised.tmp#entry_colsep ead_revised.tmp#entry_rowsep ead_revised.tmp#entry_align ead_revised.tmp#entry_valign ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus ead_revised.tmp#m.access.title ead_revised.tmp#list ead_revised.tmp#m.para.content
Properties
content complex
mixed true
Used by
Element ns1:row
Model
((((ns1:abbr | ns1:expan | ns1:emph | ns1:lb | ns1:ref | ns1:ptr)) | ns1:quote | ns1:num | ns1:footnote | ns1:date)) | ns1:m.access.title | ns1:list
Children ns1:abbr, ns1:date, ns1:emph, ns1:expan, ns1:footnote, ns1:lb, ns1:list, ns1:m.access.title, ns1:num, ns1:ptr, ns1:quote, ns1:ref
Instance
<ns1:entry align="" altrender="" audience="" colname="" colsep="" id="" lang="" morerows="" nameend="" namest="" rowsep="" script="" valign="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
  <ns1:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:quote>
  <ns1:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:num>
  <ns1:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</ns1:footnote>
  <ns1:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</ns1:date>
  <ns1:m.access.title>{1,1}</ns1:m.access.title>
  <ns1:list altrender="" audience="" id="" lang="" listtype="" mark="" numeration="" script="">{1,1}</ns1:list>
</ns1:entry>
Attributes
QName Type Use
align restriction of xs:token optional
altrender optional
audience restriction of xs:token optional
colname xs:NMTOKEN optional
colsep ns1:av.yesorno optional
id xs:ID optional
lang optional
morerows xs:NMTOKEN optional
nameend xs:NMTOKEN optional
namest xs:NMTOKEN optional
rowsep ns1:av.yesorno optional
script optional
valign restriction of xs:token optional
Source
<xs:element name="entry">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:m.para.content"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="colname" type="xs:NMTOKEN"/>
    <xs:attribute name="namest" type="xs:NMTOKEN"/>
    <xs:attribute name="nameend" type="xs:NMTOKEN"/>
    <xs:attribute name="morerows" type="xs:NMTOKEN"/>
    <xs:attribute name="colsep" type="ns1:av.yesorno"/>
    <xs:attribute name="rowsep" type="ns1:av.yesorno"/>
    <xs:attribute name="align">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="left"/>
          <xs:enumeration value="right"/>
          <xs:enumeration value="center"/>
          <xs:enumeration value="justify"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="valign">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="top"/>
          <xs:enumeration value="middle"/>
          <xs:enumeration value="bottom"/>
          <xs:enumeration value="baseline"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:c
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base_relations ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c
Type extension of ns1:m.c.base
Type hierarchy
Properties
content complex
Used by
Element ns1:c
Element Group ns1:m.cOrC01
Model
Children ns1:c, ns1:did, ns1:head, ns1:m.desc.base, ns1:relations, ns1:thead
Instance
<ns1:c altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:did>
  <ns1:m.desc.base>{0,unbounded}</ns1:m.desc.base>
  <ns1:relations>{0,1}</ns1:relations>
  <ns1:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</ns1:thead>
  <ns1:c altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{0,unbounded}</ns1:c>
</ns1:c>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level ns1:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ns1:m.c.base">
        <xs:sequence>
          <xs:element minOccurs="0" ref="ns1:thead"/>
          <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:c"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:m.c.base / ns1:relations
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#relation
Properties
content complex
minOccurs 0
Model
Children ns1:relation
Instance
<ns1:relations xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:relation actuate="" altrender="" audience="" href="" id="" lang="" lastdatetimeverified="" linkarcrole="" linkrole="" linktitle="" linktype="" otherrelationtype="" relationtype="" script="" show="">{1,unbounded}</ns1:relation>
</ns1:relations>
Source
<xs:element minOccurs="0" name="relations">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:relation"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:c01
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base_relations ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c02
Type extension of ns1:m.c.base
Type hierarchy
Properties
content complex
Used by
Element Group ns1:m.cOrC01
Model
Children ns1:c02, ns1:did, ns1:head, ns1:m.desc.base, ns1:relations, ns1:thead
Instance
<ns1:c01 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:did>
  <ns1:m.desc.base>{0,unbounded}</ns1:m.desc.base>
  <ns1:relations>{0,1}</ns1:relations>
  <ns1:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</ns1:thead>
  <ns1:c02 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{0,unbounded}</ns1:c02>
</ns1:c01>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level ns1:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c01">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ns1:m.c.base">
        <xs:sequence>
          <xs:element minOccurs="0" ref="ns1:thead"/>
          <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:c02"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:c02
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base_relations ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c03
Type extension of ns1:m.c.base
Type hierarchy
Properties
content complex
Used by
Element ns1:c01
Model
Children ns1:c03, ns1:did, ns1:head, ns1:m.desc.base, ns1:relations, ns1:thead
Instance
<ns1:c02 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:did>
  <ns1:m.desc.base>{0,unbounded}</ns1:m.desc.base>
  <ns1:relations>{0,1}</ns1:relations>
  <ns1:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</ns1:thead>
  <ns1:c03 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{0,unbounded}</ns1:c03>
</ns1:c02>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level ns1:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c02">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ns1:m.c.base">
        <xs:sequence>
          <xs:element minOccurs="0" ref="ns1:thead"/>
          <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:c03"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:c03
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base_relations ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c04
Type extension of ns1:m.c.base
Type hierarchy
Properties
content complex
Used by
Element ns1:c02
Model
Children ns1:c04, ns1:did, ns1:head, ns1:m.desc.base, ns1:relations, ns1:thead
Instance
<ns1:c03 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:did>
  <ns1:m.desc.base>{0,unbounded}</ns1:m.desc.base>
  <ns1:relations>{0,1}</ns1:relations>
  <ns1:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</ns1:thead>
  <ns1:c04 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{0,unbounded}</ns1:c04>
</ns1:c03>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level ns1:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c03">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ns1:m.c.base">
        <xs:sequence>
          <xs:element minOccurs="0" ref="ns1:thead"/>
          <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:c04"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:c04
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base_relations ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c05
Type extension of ns1:m.c.base
Type hierarchy
Properties
content complex
Used by
Element ns1:c03
Model
Children ns1:c05, ns1:did, ns1:head, ns1:m.desc.base, ns1:relations, ns1:thead
Instance
<ns1:c04 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:did>
  <ns1:m.desc.base>{0,unbounded}</ns1:m.desc.base>
  <ns1:relations>{0,1}</ns1:relations>
  <ns1:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</ns1:thead>
  <ns1:c05 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{0,unbounded}</ns1:c05>
</ns1:c04>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level ns1:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c04">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ns1:m.c.base">
        <xs:sequence>
          <xs:element minOccurs="0" ref="ns1:thead"/>
          <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:c05"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:c05
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base_relations ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c06
Type extension of ns1:m.c.base
Type hierarchy
Properties
content complex
Used by
Element ns1:c04
Model
Children ns1:c06, ns1:did, ns1:head, ns1:m.desc.base, ns1:relations, ns1:thead
Instance
<ns1:c05 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:did>
  <ns1:m.desc.base>{0,unbounded}</ns1:m.desc.base>
  <ns1:relations>{0,1}</ns1:relations>
  <ns1:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</ns1:thead>
  <ns1:c06 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{0,unbounded}</ns1:c06>
</ns1:c05>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level ns1:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c05">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ns1:m.c.base">
        <xs:sequence>
          <xs:element minOccurs="0" ref="ns1:thead"/>
          <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:c06"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:c06
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base_relations ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c07
Type extension of ns1:m.c.base
Type hierarchy
Properties
content complex
Used by
Element ns1:c05
Model
Children ns1:c07, ns1:did, ns1:head, ns1:m.desc.base, ns1:relations, ns1:thead
Instance
<ns1:c06 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:did>
  <ns1:m.desc.base>{0,unbounded}</ns1:m.desc.base>
  <ns1:relations>{0,1}</ns1:relations>
  <ns1:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</ns1:thead>
  <ns1:c07 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{0,unbounded}</ns1:c07>
</ns1:c06>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level ns1:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c06">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ns1:m.c.base">
        <xs:sequence>
          <xs:element minOccurs="0" ref="ns1:thead"/>
          <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:c07"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:c07
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base_relations ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c08
Type extension of ns1:m.c.base
Type hierarchy
Properties
content complex
Used by
Element ns1:c06
Model
Children ns1:c08, ns1:did, ns1:head, ns1:m.desc.base, ns1:relations, ns1:thead
Instance
<ns1:c07 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:did>
  <ns1:m.desc.base>{0,unbounded}</ns1:m.desc.base>
  <ns1:relations>{0,1}</ns1:relations>
  <ns1:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</ns1:thead>
  <ns1:c08 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{0,unbounded}</ns1:c08>
</ns1:c07>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level ns1:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c07">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ns1:m.c.base">
        <xs:sequence>
          <xs:element minOccurs="0" ref="ns1:thead"/>
          <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:c08"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:c08
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base_relations ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c09
Type extension of ns1:m.c.base
Type hierarchy
Properties
content complex
Used by
Element ns1:c07
Model
Children ns1:c09, ns1:did, ns1:head, ns1:m.desc.base, ns1:relations, ns1:thead
Instance
<ns1:c08 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:did>
  <ns1:m.desc.base>{0,unbounded}</ns1:m.desc.base>
  <ns1:relations>{0,1}</ns1:relations>
  <ns1:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</ns1:thead>
  <ns1:c09 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{0,unbounded}</ns1:c09>
</ns1:c08>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level ns1:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c08">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ns1:m.c.base">
        <xs:sequence>
          <xs:element minOccurs="0" ref="ns1:thead"/>
          <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:c09"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:c09
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base_relations ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c10
Type extension of ns1:m.c.base
Type hierarchy
Properties
content complex
Used by
Element ns1:c08
Model
Children ns1:c10, ns1:did, ns1:head, ns1:m.desc.base, ns1:relations, ns1:thead
Instance
<ns1:c09 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:did>
  <ns1:m.desc.base>{0,unbounded}</ns1:m.desc.base>
  <ns1:relations>{0,1}</ns1:relations>
  <ns1:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</ns1:thead>
  <ns1:c10 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{0,unbounded}</ns1:c10>
</ns1:c09>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level ns1:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c09">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ns1:m.c.base">
        <xs:sequence>
          <xs:element minOccurs="0" ref="ns1:thead"/>
          <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:c10"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:c10
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base_relations ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c11
Type extension of ns1:m.c.base
Type hierarchy
Properties
content complex
Used by
Element ns1:c09
Model
Children ns1:c11, ns1:did, ns1:head, ns1:m.desc.base, ns1:relations, ns1:thead
Instance
<ns1:c10 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:did>
  <ns1:m.desc.base>{0,unbounded}</ns1:m.desc.base>
  <ns1:relations>{0,1}</ns1:relations>
  <ns1:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</ns1:thead>
  <ns1:c11 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{0,unbounded}</ns1:c11>
</ns1:c10>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level ns1:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c10">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ns1:m.c.base">
        <xs:sequence>
          <xs:element minOccurs="0" ref="ns1:thead"/>
          <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:c11"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:c11
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base_relations ead_revised.tmp#m.c.base ead_revised.tmp#thead ead_revised.tmp#c12
Type extension of ns1:m.c.base
Type hierarchy
Properties
content complex
Used by
Element ns1:c10
Model
Children ns1:c12, ns1:did, ns1:head, ns1:m.desc.base, ns1:relations, ns1:thead
Instance
<ns1:c11 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:did>
  <ns1:m.desc.base>{0,unbounded}</ns1:m.desc.base>
  <ns1:relations>{0,1}</ns1:relations>
  <ns1:thead altrender="" audience="" id="" lang="" script="" valign="">{0,1}</ns1:thead>
  <ns1:c12 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="">{0,unbounded}</ns1:c12>
</ns1:c11>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level ns1:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c11">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ns1:m.c.base">
        <xs:sequence>
          <xs:element minOccurs="0" ref="ns1:thead"/>
          <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:c12"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:c12
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base_relations ead_revised.tmp#m.c.base
Type ns1:m.c.base
Properties
content complex
Used by
Element ns1:c11
Model
Children ns1:did, ns1:head, ns1:m.desc.base, ns1:relations
Instance
<ns1:c12 altrender="" audience="" encodinganalog="" id="" lang="" level="" otherlevel="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:did altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:did>
  <ns1:m.desc.base>{0,unbounded}</ns1:m.desc.base>
  <ns1:relations>{0,1}</ns1:relations>
</ns1:c12>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level ns1:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:element name="c12" type="ns1:m.c.base"/>
[ top ]
Element ns1:origination
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#origination_label ead_revised.tmp#origination_encodinganalog ead_revised.tmp#persname ead_revised.tmp#corpname ead_revised.tmp#name ead_revised.tmp#famname ead_revised.tmp#descriptivenote ead_revised.tmp#m.did
Properties
content complex
Substitution Group Affiliation
Model
Children ns1:corpname, ns1:descriptivenote, ns1:famname, ns1:name, ns1:persname
Instance
<ns1:origination altrender="" audience="" encodinganalog="" id="" label="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:persname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="">{1,1}</ns1:persname>
  <ns1:corpname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="">{1,1}</ns1:corpname>
  <ns1:name altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="">{1,1}</ns1:name>
  <ns1:famname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="">{1,1}</ns1:famname>
  <ns1:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</ns1:descriptivenote>
</ns1:origination>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
script optional
Source
<xs:element name="origination" substitutionGroup="ns1:m.did">
  <xs:complexType>
    <xs:sequence>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:persname"/>
        <xs:element ref="ns1:corpname"/>
        <xs:element ref="ns1:name"/>
        <xs:element ref="ns1:famname"/>
      </xs:choice>
      <xs:element minOccurs="0" ref="ns1:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:persname
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#persname_role ead_revised.tmp#persname_encodinganalog ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Used by
Element ns1:origination
Model
Children ns1:part
Instance
<ns1:persname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</ns1:part>
</ns1:persname>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
normal optional
role optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="persname" substitutionGroup="ns1:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attributeGroup ref="ns1:a.access"/>
    <xs:attribute name="role"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:part
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#part_encodinganalog ead_revised.tmp#part_localtype
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="part">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:corpname
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#corpname_role ead_revised.tmp#corpname_encodinganalog ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ns1:part
Instance
<ns1:corpname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</ns1:part>
</ns1:corpname>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
normal optional
role optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="corpname" substitutionGroup="ns1:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attributeGroup ref="ns1:a.access"/>
    <xs:attribute name="role"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:name
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#name_role ead_revised.tmp#name_encodinganalog ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ns1:part
Instance
<ns1:name altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</ns1:part>
</ns1:name>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
normal optional
role optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="name" substitutionGroup="ns1:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attributeGroup ref="ns1:a.access"/>
    <xs:attribute name="role"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:famname
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#famname_role ead_revised.tmp#famname_encodinganalog ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ns1:part
Instance
<ns1:famname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</ns1:part>
</ns1:famname>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
normal optional
role optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="famname" substitutionGroup="ns1:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attributeGroup ref="ns1:a.access"/>
    <xs:attribute name="role"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:physdescstructured
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#physdescstructured_label ead_revised.tmp#physdescstructured_encodinganalog ead_revised.tmp#physdescstructured_rules ead_revised.tmp#physdescstructured_physdescstructuredtype ead_revised.tmp#physdescstructured_coverage ead_revised.tmp#quantity ead_revised.tmp#unittype ead_revised.tmp#dimensions ead_revised.tmp#physfacet ead_revised.tmp#descriptivenote ead_revised.tmp#m.did
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ns1:descriptivenote, ns1:dimensions, ns1:physfacet, ns1:quantity, ns1:unittype
Instance
<ns1:physdescstructured altrender="" audience="" coverage="" encodinganalog="" id="" label="" lang="" physdescstructuredtype="" rules="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:quantity altrender="" audience="" id="" lang="" script="">{1,1}</ns1:quantity>
  <ns1:unittype altrender="" audience="" id="" identifier="" lang="" rules="" script="" source="">{1,1}</ns1:unittype>
  <ns1:dimensions altrender="" audience="" id="" lang="" localtype="" script="">{0,unbounded}</ns1:dimensions>
  <ns1:physfacet altrender="" audience="" encodinganalog="" id="" label="" lang="" localtype="" script="" unit="">{0,unbounded}</ns1:physfacet>
  <ns1:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</ns1:descriptivenote>
</ns1:physdescstructured>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
coverage restriction of xs:token required
encodinganalog optional
id xs:ID optional
label optional
lang optional
physdescstructuredtype restriction of xs:token required
rules xs:NMTOKEN optional
script optional
Source
<xs:element name="physdescstructured" substitutionGroup="ns1:m.did">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ns1:quantity"/>
      <xs:element ref="ns1:unittype"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:dimensions"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:physfacet"/>
      <xs:element minOccurs="0" ref="ns1:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="rules" type="xs:NMTOKEN"/>
    <xs:attribute name="physdescstructuredtype" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="carrier"/>
          <xs:enumeration value="materialtype"/>
          <xs:enumeration value="spaceoccupied"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="coverage" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="whole"/>
          <xs:enumeration value="part"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:quantity
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="quantity">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:unittype
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#unittype_identifier ead_revised.tmp#unittype_source ead_revised.tmp#unittype_rules
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
identifier optional
lang optional
rules xs:NMTOKEN optional
script optional
source optional
Source
<xs:element name="unittype">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="identifier"/>
    <xs:attribute name="source"/>
    <xs:attribute name="rules" type="xs:NMTOKEN"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:dimensions
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#dimensions_localtype ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#dimensions
Properties
content complex
mixed true
Used by
Model
Children ns1:abbr, ns1:dimensions, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:dimensions altrender="" audience="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
  <ns1:dimensions altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:dimensions>
</ns1:dimensions>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="dimensions">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:m.mixed.basic"/>
      <xs:element ref="ns1:dimensions"/>
    </xs:choice>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:physfacet
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#physfacet_label ead_revised.tmp#physfacet_localtype ead_revised.tmp#physfacet_unit ead_revised.tmp#physfacet_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic
Properties
content complex
mixed true
Used by
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:physfacet altrender="" audience="" encodinganalog="" id="" label="" lang="" localtype="" script="" unit="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:physfacet>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
localtype optional
script optional
unit optional
Source
<xs:element name="physfacet">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="unit"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:repository
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#repository_label ead_revised.tmp#repository_encodinganalog ead_revised.tmp#corpname ead_revised.tmp#name ead_revised.tmp#famname ead_revised.tmp#address ead_revised.tmp#descriptivenote ead_revised.tmp#m.did
Properties
content complex
Substitution Group Affiliation
Model
Children ns1:address, ns1:corpname, ns1:descriptivenote, ns1:famname, ns1:name
Instance
<ns1:repository altrender="" audience="" encodinganalog="" id="" label="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:corpname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="">{1,1}</ns1:corpname>
  <ns1:name altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="">{1,1}</ns1:name>
  <ns1:famname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="">{1,1}</ns1:famname>
  <ns1:address altrender="" audience="" id="" lang="" script="">{0,1}</ns1:address>
  <ns1:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</ns1:descriptivenote>
</ns1:repository>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
script optional
Source
<xs:element name="repository" substitutionGroup="ns1:m.did">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="ns1:corpname"/>
      <xs:element ref="ns1:name"/>
      <xs:element ref="ns1:famname"/>
      <xs:element minOccurs="0" ref="ns1:address"/>
      <xs:element minOccurs="0" ref="ns1:descriptivenote"/>
    </xs:choice>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:unittitle
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#unittitle_label ead_revised.tmp#unittitle_encodinganalog ead_revised.tmp#unittitle_localtype ead_revised.tmp#m.access.title ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus.access ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children ns1:abbr, ns1:date, ns1:emph, ns1:expan, ns1:footnote, ns1:lb, ns1:m.access.title, ns1:num, ns1:ptr, ns1:quote, ns1:ref
Instance
<ns1:unittitle altrender="" audience="" encodinganalog="" id="" label="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:m.access.title>{1,1}</ns1:m.access.title>
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
  <ns1:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:quote>
  <ns1:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:num>
  <ns1:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</ns1:footnote>
  <ns1:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</ns1:date>
</ns1:unittitle>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
localtype optional
script optional
Source
<xs:element name="unittitle" substitutionGroup="ns1:m.did">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic.plus.access"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:unitdate
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#unitdate_label ead_revised.tmp#unitdate_unitdatetype ead_revised.tmp#unitdate_datechar ead_revised.tmp#am.dates.era ead_revised.tmp#am.dates.calendar ead_revised.tmp#am.date.normal ead_revised.tmp#unitdate_certainty ead_revised.tmp#unitdate_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:unitdate altrender="" audience="" calendar="" certainty="" datechar="" encodinganalog="" era="" id="" label="" lang="" normal="" script="" unitdatetype="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:unitdate>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
calendar xs:NMTOKEN optional
certainty optional
datechar optional
encodinganalog optional
era xs:NMTOKEN optional
id xs:ID optional
label optional
lang optional
normal xs:token optional
script optional
unitdatetype restriction of xs:token optional
Source
<xs:element name="unitdate" substitutionGroup="ns1:m.did">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="unitdatetype">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="bulk"/>
          <xs:enumeration value="inclusive"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="datechar"/>
    <xs:attributeGroup ref="ns1:am.dates.era"/>
    <xs:attributeGroup ref="ns1:am.dates.calendar"/>
    <xs:attributeGroup ref="ns1:am.date.normal"/>
    <xs:attribute name="certainty"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:unitdatestructured
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#m.dates ead_revised.tmp#urn_isbn_1-931666-22-9_m.dates ead_revised.tmp#a.common ead_revised.tmp#unitdatestructured_label ead_revised.tmp#unitdatestructured_unitdatetype ead_revised.tmp#unitdatestructured_certainty ead_revised.tmp#unitdatestructured_encodinganalog ead_revised.tmp#unitdatestructured_datechar ead_revised.tmp#am.dates.era ead_revised.tmp#am.dates.calendar ead_revised.tmp#m.did
Type extension of ns1:m.dates
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children ns1:m.dates
Instance
<ns1:unitdatestructured altrender="" audience="" calendar="" certainty="" datechar="" encodinganalog="" era="" id="" label="" lang="" script="" unitdatetype="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:m.dates>{1,1}</ns1:m.dates>
</ns1:unitdatestructured>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
calendar xs:NMTOKEN optional
certainty optional
datechar optional
encodinganalog optional
era xs:NMTOKEN optional
id xs:ID optional
label optional
lang optional
script optional
unitdatetype restriction of xs:token optional
Source
<xs:element name="unitdatestructured" substitutionGroup="ns1:m.did">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ns1:m.dates">
        <xs:attributeGroup ref="ns1:a.common"/>
        <xs:attribute name="label"/>
        <xs:attribute name="unitdatetype">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="bulk"/>
              <xs:enumeration value="inclusive"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="certainty"/>
        <xs:attribute name="encodinganalog"/>
        <xs:attribute name="datechar"/>
        <xs:attributeGroup ref="ns1:am.dates.era"/>
        <xs:attributeGroup ref="ns1:am.dates.calendar"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:m.dates
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#daterange ead_revised.tmp#dateset ead_revised.tmp#datesingle
Properties
abstract true
Substitution Group
Used by
Complex Type ns1:m.dates
Element ns1:unitdatestructured
Source
<xs:element name="m.dates" abstract="true"/>
[ top ]
Element ns1:dao
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#am.simplelink ead_revised.tmp#dao_daotype ead_revised.tmp#dao_otherdaotype ead_revised.tmp#daodesc ead_revised.tmp#m.did
Properties
content complex
Substitution Group Affiliation
Model
Children ns1:daodesc
Instance
<ns1:dao actuate="" altrender="" audience="" daotype="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" otherdaotype="" script="" show="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:daodesc altrender="" audience="" id="" lang="" script="">{0,1}</ns1:daodesc>
</ns1:dao>
Attributes
QName Type Use
actuate restriction of xs:token optional
altrender optional
audience restriction of xs:token optional
daotype restriction of xs:token required
href xs:anyURI optional
id xs:ID optional
lang optional
linkarcrole xs:anyURI optional
linkrole xs:anyURI optional
linktitle optional
linktype restriction of xs:token required
otherdaotype optional
script optional
show restriction of xs:token optional
Source
<xs:element name="dao" substitutionGroup="ns1:m.did">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:daodesc"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attributeGroup ref="ns1:am.simplelink"/>
    <xs:attribute name="daotype" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="borndigital"/>
          <xs:enumeration value="derived"/>
          <xs:enumeration value="unknown"/>
          <xs:enumeration value="other"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="otherdaotype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:daodesc
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#head ead_revised.tmp#m.blocks
Properties
content complex
Used by
Element ns1:dao
Model
Children ns1:head, ns1:m.blocks
Instance
<ns1:daodesc altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,unbounded}</ns1:m.blocks>
</ns1:daodesc>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="daodesc">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:element maxOccurs="unbounded" ref="ns1:m.blocks"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:accessrestrict
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#accessrestrict_encodinganalog ead_revised.tmp#accessrestrict_localtype ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#accessrestrict ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ns1:accessrestrict, ns1:head, ns1:m.blocks
Instance
<ns1:accessrestrict altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:accessrestrict altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</ns1:accessrestrict>
</ns1:accessrestrict>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="accessrestrict" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:accessrestrict"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:accruals
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#accruals_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#accruals ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element ns1:accruals
Model
Children ns1:accruals, ns1:head, ns1:m.blocks
Instance
<ns1:accruals altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:accruals altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:accruals>
</ns1:accruals>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="accruals" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:accruals"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:fileplan
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#fileplan_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#fileplan ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element ns1:fileplan
Model
Children ns1:fileplan, ns1:head, ns1:m.blocks
Instance
<ns1:fileplan altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:fileplan altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:fileplan>
</ns1:fileplan>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="fileplan" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:fileplan"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:acqinfo
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#acqinfo_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#acqinfo ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element ns1:acqinfo
Model
Children ns1:acqinfo, ns1:head, ns1:m.blocks
Instance
<ns1:acqinfo altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:acqinfo altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:acqinfo>
</ns1:acqinfo>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="acqinfo" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:acqinfo"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:altformavail
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#altformavail_encodinganalog ead_revised.tmp#altformavail_localtype ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#altformavail ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ns1:altformavail, ns1:head, ns1:m.blocks
Instance
<ns1:altformavail altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:altformavail altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</ns1:altformavail>
</ns1:altformavail>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="altformavail" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:altformavail"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:originalsloc
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#originalsloc_encodinganalog ead_revised.tmp#originalsloc_localtype ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#originalsloc ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ns1:head, ns1:m.blocks, ns1:originalsloc
Instance
<ns1:originalsloc altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:originalsloc altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</ns1:originalsloc>
</ns1:originalsloc>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="originalsloc" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:originalsloc"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:phystech
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#phystech_encodinganalog ead_revised.tmp#phystech_localtype ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#phystech ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element ns1:phystech
Model
Children ns1:head, ns1:m.blocks, ns1:phystech
Instance
<ns1:phystech altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:phystech altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</ns1:phystech>
</ns1:phystech>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="phystech" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:phystech"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:appraisal
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#appraisal_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#appraisal ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element ns1:appraisal
Model
Children ns1:appraisal, ns1:head, ns1:m.blocks
Instance
<ns1:appraisal altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:appraisal altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:appraisal>
</ns1:appraisal>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="appraisal" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:appraisal"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:custodhist
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#custodhist_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#custodhist ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element ns1:custodhist
Model
Children ns1:custodhist, ns1:head, ns1:m.blocks
Instance
<ns1:custodhist altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:custodhist altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:custodhist>
</ns1:custodhist>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="custodhist" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:custodhist"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:index
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#index_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#listhead ead_revised.tmp#indexentry ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Model
Children ns1:head, ns1:indexentry, ns1:listhead, ns1:m.blocks
Instance
<ns1:index altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{0,unbounded}</ns1:m.blocks>
  <ns1:listhead altrender="" audience="" id="" lang="" script="">{0,1}</ns1:listhead>
  <ns1:indexentry altrender="" audience="" id="" lang="" script="">{1,unbounded}</ns1:indexentry>
</ns1:index>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="index" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:m.blocks"/>
      <xs:sequence>
        <xs:element minOccurs="0" ref="ns1:listhead"/>
        <xs:element maxOccurs="unbounded" ref="ns1:indexentry"/>
      </xs:sequence>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:indexentry
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#namegrp ead_revised.tmp#m.access.title ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.refs ead_revised.tmp#indexentry
Properties
content complex
Used by
Model
Children ns1:indexentry, ns1:m.access.title, ns1:namegrp, ns1:ptr, ns1:ref
Instance
<ns1:indexentry altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:namegrp altrender="" audience="" id="" lang="" script="">{1,1}</ns1:namegrp>
  <ns1:m.access.title>{1,1}</ns1:m.access.title>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
  <ns1:indexentry altrender="" audience="" id="" lang="" script="">{0,unbounded}</ns1:indexentry>
</ns1:indexentry>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="indexentry">
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="ns1:namegrp"/>
        <xs:element ref="ns1:m.access.title"/>
      </xs:choice>
      <xs:group minOccurs="0" ref="ns1:m.refs"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:indexentry"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:namegrp
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#m.access.title
Properties
content complex
Used by
Element ns1:indexentry
Model
Children ns1:m.access.title
Instance
<ns1:namegrp altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:m.access.title>{1,unbounded}</ns1:m.access.title>
</ns1:namegrp>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="namegrp">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:m.access.title"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:legalstatus
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#legalstatus_encodinganalog ead_revised.tmp#legalstatus_localtype ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#legalstatus ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element ns1:legalstatus
Model
Children ns1:head, ns1:legalstatus, ns1:m.blocks
Instance
<ns1:legalstatus altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:legalstatus altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</ns1:legalstatus>
</ns1:legalstatus>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="legalstatus" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:legalstatus"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:materialspec
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#materialspec_encodinganalog ead_revised.tmp#materialspec_localtype ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#materialspec ead_revised.tmp#m.did
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ns1:head, ns1:m.blocks, ns1:materialspec
Instance
<ns1:materialspec altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:materialspec altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</ns1:materialspec>
</ns1:materialspec>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="materialspec" substitutionGroup="ns1:m.did">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:materialspec"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:prefercite
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#prefercite_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#prefercite ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element ns1:prefercite
Model
Children ns1:head, ns1:m.blocks, ns1:prefercite
Instance
<ns1:prefercite altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:prefercite altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:prefercite>
</ns1:prefercite>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="prefercite" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:prefercite"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:processinfo
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#processinfo_localtype ead_revised.tmp#processinfo_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#processinfo ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element ns1:processinfo
Model
Children ns1:head, ns1:m.blocks, ns1:processinfo
Instance
<ns1:processinfo altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:processinfo altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</ns1:processinfo>
</ns1:processinfo>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="processinfo" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:processinfo"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:userestrict
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#userestrict_encodinganalog ead_revised.tmp#userestrict_localtype ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#userestrict ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element ns1:userestrict
Model
Children ns1:head, ns1:m.blocks, ns1:userestrict
Instance
<ns1:userestrict altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:userestrict altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</ns1:userestrict>
</ns1:userestrict>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="userestrict" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:userestrict"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:bioghist
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#bioghist_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#bioghist ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element ns1:bioghist
Model
Children ns1:bioghist, ns1:head, ns1:m.blocks
Instance
<ns1:bioghist altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:bioghist altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:bioghist>
</ns1:bioghist>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="bioghist" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:bioghist"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:controlaccess
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#controlaccess_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#m.access.title ead_revised.tmp#controlaccess ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ns1:controlaccess, ns1:head, ns1:m.access.title, ns1:m.blocks
Instance
<ns1:controlaccess altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:m.access.title>{1,1}</ns1:m.access.title>
  <ns1:controlaccess altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:controlaccess>
</ns1:controlaccess>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="controlaccess" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:m.access.title"/>
        <xs:element ref="ns1:controlaccess"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:odd
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#odd_localtype ead_revised.tmp#odd_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#odd ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element ns1:odd
Model
Children ns1:head, ns1:m.blocks, ns1:odd
Instance
<ns1:odd altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:odd altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</ns1:odd>
</ns1:odd>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="odd" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:odd"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:scopecontent
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#scopecontent_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#scopecontent ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ns1:head, ns1:m.blocks, ns1:scopecontent
Instance
<ns1:scopecontent altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:scopecontent altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:scopecontent>
</ns1:scopecontent>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="scopecontent" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:scopecontent"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:arrangement
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#arrangement_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#arrangement ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Element ns1:arrangement
Model
Children ns1:arrangement, ns1:head, ns1:m.blocks
Instance
<ns1:arrangement altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:arrangement altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:arrangement>
</ns1:arrangement>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="arrangement" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:arrangement"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:bibliography
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#bibliography_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#bibliography ead_revised.tmp#archref ead_revised.tmp#bibref ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ns1:archref, ns1:bibliography, ns1:bibref, ns1:head, ns1:m.blocks
Instance
<ns1:bibliography altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:bibliography altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:bibliography>
  <ns1:archref altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:archref>
  <ns1:bibref altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:bibref>
</ns1:bibliography>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="bibliography" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:bibliography"/>
        <xs:element ref="ns1:archref"/>
        <xs:element ref="ns1:bibref"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:archref
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#archref_encodinganalog ead_revised.tmp#m.access.title ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus.access
Properties
content complex
mixed true
Used by
Model
Children ns1:abbr, ns1:date, ns1:emph, ns1:expan, ns1:footnote, ns1:lb, ns1:m.access.title, ns1:num, ns1:ptr, ns1:quote, ns1:ref
Instance
<ns1:archref altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:m.access.title>{1,1}</ns1:m.access.title>
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
  <ns1:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:quote>
  <ns1:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:num>
  <ns1:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</ns1:footnote>
  <ns1:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</ns1:date>
</ns1:archref>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="archref">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:m.mixed.basic.plus.access"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:bibref
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#bibref_encodinganalog ead_revised.tmp#m.access.title ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus.access
Properties
content complex
mixed true
Used by
Model
Children ns1:abbr, ns1:date, ns1:emph, ns1:expan, ns1:footnote, ns1:lb, ns1:m.access.title, ns1:num, ns1:ptr, ns1:quote, ns1:ref
Instance
<ns1:bibref altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:m.access.title>{1,1}</ns1:m.access.title>
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
  <ns1:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:quote>
  <ns1:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:num>
  <ns1:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</ns1:footnote>
  <ns1:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</ns1:date>
</ns1:bibref>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="bibref">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:m.mixed.basic.plus.access"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:relatedmaterial
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#relatedmaterial_localtype ead_revised.tmp#relatedmaterial_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#relatedmaterial ead_revised.tmp#archref ead_revised.tmp#bibref ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ns1:archref, ns1:bibref, ns1:head, ns1:m.blocks, ns1:relatedmaterial
Instance
<ns1:relatedmaterial altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:relatedmaterial altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</ns1:relatedmaterial>
  <ns1:archref altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:archref>
  <ns1:bibref altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:bibref>
</ns1:relatedmaterial>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="relatedmaterial" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:relatedmaterial"/>
        <xs:element ref="ns1:archref"/>
        <xs:element ref="ns1:bibref"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:separatedmaterial
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#separatedmaterial_localtype ead_revised.tmp#separatedmaterial_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#separatedmaterial ead_revised.tmp#archref ead_revised.tmp#bibref ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ns1:archref, ns1:bibref, ns1:head, ns1:m.blocks, ns1:separatedmaterial
Instance
<ns1:separatedmaterial altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:separatedmaterial altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,1}</ns1:separatedmaterial>
  <ns1:archref altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:archref>
  <ns1:bibref altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:bibref>
</ns1:separatedmaterial>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="separatedmaterial" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:separatedmaterial"/>
        <xs:element ref="ns1:archref"/>
        <xs:element ref="ns1:bibref"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:otherfindaid
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#otherfindaid_encodinganalog ead_revised.tmp#head ead_revised.tmp#m.blocks ead_revised.tmp#otherfindaid ead_revised.tmp#archref ead_revised.tmp#bibref ead_revised.tmp#m.desc.base
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children ns1:archref, ns1:bibref, ns1:head, ns1:m.blocks, ns1:otherfindaid
Instance
<ns1:otherfindaid altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:m.blocks>{1,1}</ns1:m.blocks>
  <ns1:otherfindaid altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:otherfindaid>
  <ns1:archref altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:archref>
  <ns1:bibref altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:bibref>
</ns1:otherfindaid>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="otherfindaid" substitutionGroup="ns1:m.desc.base">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:m.blocks"/>
        <xs:element ref="ns1:otherfindaid"/>
        <xs:element ref="ns1:archref"/>
        <xs:element ref="ns1:bibref"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:table
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#table_frame ead_revised.tmp#table_cols ead_revised.tmp#table_width ead_revised.tmp#table_colsep ead_revised.tmp#table_rowsep ead_revised.tmp#head ead_revised.tmp#colspec ead_revised.tmp#row ead_revised.tmp#m.inter.noquote
Properties
content complex
Substitution Group Affiliation
Model
Children ns1:colspec, ns1:head, ns1:row
Instance
<ns1:table altrender="" audience="" cols="" colsep="" frame="" id="" lang="" rowsep="" script="" width="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:head althead="" altrender="" audience="" id="" lang="" script="">{0,1}</ns1:head>
  <ns1:colspec align="" altrender="" audience="" colname="" cols="" colsep="" id="" rowsep="" valign="" width="">{0,1}</ns1:colspec>
  <ns1:row altrender="" audience="" id="" lang="" rowsep="" script="" valign="">{1,unbounded}</ns1:row>
</ns1:table>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
cols optional
colsep ns1:av.yesorno optional
frame restriction of xs:token optional
id xs:ID optional
lang optional
rowsep ns1:av.yesorno optional
script optional
width optional
Source
<xs:element name="table" substitutionGroup="ns1:m.inter.noquote">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="ns1:head"/>
      <xs:element minOccurs="0" ref="ns1:colspec"/>
      <xs:element maxOccurs="unbounded" ref="ns1:row"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="frame">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="top"/>
          <xs:enumeration value="bottom"/>
          <xs:enumeration value="topbot"/>
          <xs:enumeration value="all"/>
          <xs:enumeration value="sides"/>
          <xs:enumeration value="none"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="cols"/>
    <xs:attribute name="width"/>
    <xs:attribute name="colsep" type="ns1:av.yesorno"/>
    <xs:attribute name="rowsep" type="ns1:av.yesorno"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:colspec
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common.empty ead_revised.tmp#colspec_cols ead_revised.tmp#colspec_colname ead_revised.tmp#colspec_width ead_revised.tmp#colspec_colsep ead_revised.tmp#colspec_rowsep ead_revised.tmp#colspec_align ead_revised.tmp#colspec_valign
Properties
content complex
Used by
Element ns1:table
Attributes
QName Type Use
align restriction of xs:token optional
altrender optional
audience restriction of xs:token optional
colname xs:NMTOKEN optional
cols xs:NMTOKEN optional
colsep ns1:av.yesorno optional
id xs:ID optional
rowsep ns1:av.yesorno optional
valign restriction of xs:token optional
width optional
Source
<xs:element name="colspec">
  <xs:complexType>
    <xs:attributeGroup ref="ns1:a.common.empty"/>
    <xs:attribute name="cols" type="xs:NMTOKEN"/>
    <xs:attribute name="colname" type="xs:NMTOKEN"/>
    <xs:attribute name="width"/>
    <xs:attribute name="colsep" type="ns1:av.yesorno"/>
    <xs:attribute name="rowsep" type="ns1:av.yesorno"/>
    <xs:attribute name="align">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="left"/>
          <xs:enumeration value="right"/>
          <xs:enumeration value="center"/>
          <xs:enumeration value="justify"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="valign">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="top"/>
          <xs:enumeration value="middle"/>
          <xs:enumeration value="bottom"/>
          <xs:enumeration value="baseline"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:title
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#title_localtype ead_revised.tmp#title_render ead_revised.tmp#a.access ead_revised.tmp#title_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#m.access.title
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:title altrender="" audience="" encodinganalog="" id="" identifier="" lang="" localtype="" normal="" render="" rules="" script="" source="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:title>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
localtype optional
normal optional
render ns1:av.render optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="title" substitutionGroup="ns1:m.access.title">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="render" type="ns1:av.render"/>
    <xs:attributeGroup ref="ns1:a.access"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:languageset
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#languageset_encodinganalog ead_revised.tmp#language ead_revised.tmp#script
Properties
content complex
Used by
Model
Children ns1:language, ns1:script
Instance
<ns1:languageset altrender="" audience="" encodinganalog="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:language altrender="" audience="" encodinganalog="" id="" label="" lang="" langcode="" script="">{1,unbounded}</ns1:language>
  <ns1:script altrender="" audience="" encodinganalog="" id="" label="" lang="" script="" scriptcode="">{1,unbounded}</ns1:script>
</ns1:languageset>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="languageset">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:language"/>
      <xs:element maxOccurs="unbounded" ref="ns1:script"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:geogname
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#geogname_role ead_revised.tmp#geogname_encodinganalog ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Model
Children ns1:part
Instance
<ns1:geogname altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" role="" rules="" script="" source="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</ns1:part>
</ns1:geogname>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
normal optional
role optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="geogname" substitutionGroup="ns1:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attributeGroup ref="ns1:a.access"/>
    <xs:attribute name="role"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:occupation
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#occupation_encodinganalog ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Model
Children ns1:part
Instance
<ns1:occupation altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" rules="" script="" source="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</ns1:part>
</ns1:occupation>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
normal optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="occupation" substitutionGroup="ns1:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attributeGroup ref="ns1:a.access"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:subject
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#subject_encodinganalog ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Model
Children ns1:part
Instance
<ns1:subject altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" rules="" script="" source="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</ns1:part>
</ns1:subject>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
normal optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="subject" substitutionGroup="ns1:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attributeGroup ref="ns1:a.access"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:genreform
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#genreform_encodinganalog ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Model
Children ns1:part
Instance
<ns1:genreform altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" rules="" script="" source="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</ns1:part>
</ns1:genreform>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
normal optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="genreform" substitutionGroup="ns1:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attributeGroup ref="ns1:a.access"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:function
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#a.access ead_revised.tmp#function_encodinganalog ead_revised.tmp#part ead_revised.tmp#m.access
Properties
content complex
Substitution Group Affiliation
Model
Children ns1:part
Instance
<ns1:function altrender="" audience="" encodinganalog="" id="" identifier="" lang="" normal="" rules="" script="" source="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:part altrender="" audience="" encodinganalog="" id="" lang="" localtype="" script="">{1,unbounded}</ns1:part>
</ns1:function>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
identifier optional
lang optional
normal optional
rules xs:NMTOKEN optional
script optional
source xs:token optional
Source
<xs:element name="function" substitutionGroup="ns1:m.access">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:part"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attributeGroup ref="ns1:a.access"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:event
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus ead_revised.tmp#m.access.title ead_revised.tmp#list ead_revised.tmp#m.para.content
Properties
content complex
mixed true
Used by
Model
Children ns1:abbr, ns1:date, ns1:emph, ns1:expan, ns1:footnote, ns1:lb, ns1:list, ns1:m.access.title, ns1:num, ns1:ptr, ns1:quote, ns1:ref
Instance
<ns1:event altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
  <ns1:quote altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:quote>
  <ns1:num altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:num>
  <ns1:footnote actuate="" altrender="" audience="" id="" lang="" localtype="" script="" show="">{1,1}</ns1:footnote>
  <ns1:date altrender="" audience="" calendar="" certainty="" encodinganalog="" era="" id="" lang="" localtype="" normal="" script="">{1,1}</ns1:date>
  <ns1:m.access.title>{1,1}</ns1:m.access.title>
  <ns1:list altrender="" audience="" id="" lang="" listtype="" mark="" numeration="" script="">{1,1}</ns1:list>
</ns1:event>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="event">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="ns1:m.para.content"/>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:abstract
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#abstract_label ead_revised.tmp#abstract_encodinganalog ead_revised.tmp#abstract_localtype ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:abstract altrender="" audience="" encodinganalog="" id="" label="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:abstract>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
localtype optional
script optional
Source
<xs:element name="abstract" substitutionGroup="ns1:m.did">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:langmaterial
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#langmaterial_label ead_revised.tmp#langmaterial_encodinganalog ead_revised.tmp#language ead_revised.tmp#languageset ead_revised.tmp#descriptivenote ead_revised.tmp#m.did
Properties
content complex
Substitution Group Affiliation
Model
Children ns1:descriptivenote, ns1:language, ns1:languageset
Instance
<ns1:langmaterial altrender="" audience="" encodinganalog="" id="" label="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:language altrender="" audience="" encodinganalog="" id="" label="" lang="" langcode="" script="">{1,1}</ns1:language>
  <ns1:languageset altrender="" audience="" encodinganalog="" id="" lang="" script="">{1,1}</ns1:languageset>
  <ns1:descriptivenote altrender="" audience="" id="" lang="" script="">{0,1}</ns1:descriptivenote>
</ns1:langmaterial>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
script optional
Source
<xs:element name="langmaterial" substitutionGroup="ns1:m.did">
  <xs:complexType>
    <xs:sequence>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="ns1:language"/>
        <xs:element ref="ns1:languageset"/>
      </xs:choice>
      <xs:element minOccurs="0" ref="ns1:descriptivenote"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:didnote
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#didnote_label ead_revised.tmp#didnote_encodinganalog ead_revised.tmp#didnote_localtype ead_revised.tmp#didnote_localtypesource ead_revised.tmp#am.langcode ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:didnote altrender="" audience="" encodinganalog="" id="" label="" lang="" langcode="" localtype="" localtypesource="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:didnote>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
langcode optional
localtype optional
localtypesource optional
script optional
Source
<xs:element name="didnote" substitutionGroup="ns1:m.did">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="localtypesource"/>
    <xs:attributeGroup ref="ns1:am.langcode"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:physdesc
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#physdesc_label ead_revised.tmp#physdesc_encodinganalog ead_revised.tmp#physdesc_rules ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:physdesc altrender="" audience="" encodinganalog="" id="" label="" lang="" rules="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:physdesc>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
rules xs:NMTOKEN optional
script optional
Source
<xs:element name="physdesc" substitutionGroup="ns1:m.did">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="rules" type="xs:NMTOKEN"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:parallelphysdescset
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#physdescstructured ead_revised.tmp#physdescstructured ead_revised.tmp#m.did
Properties
content complex
Substitution Group Affiliation
Model
Children ns1:physdescstructured
Instance
<ns1:parallelphysdescset altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:physdescstructured altrender="" audience="" coverage="" encodinganalog="" id="" label="" lang="" physdescstructuredtype="" rules="" script="">{1,1}</ns1:physdescstructured>
  <ns1:physdescstructured altrender="" audience="" coverage="" encodinganalog="" id="" label="" lang="" physdescstructuredtype="" rules="" script="">{1,unbounded}</ns1:physdescstructured>
</ns1:parallelphysdescset>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="parallelphysdescset" substitutionGroup="ns1:m.did">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ns1:physdescstructured"/>
      <xs:element maxOccurs="unbounded" ref="ns1:physdescstructured"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:physloc
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#physloc_label ead_revised.tmp#physloc_localtype ead_revised.tmp#physloc_encodinganalog ead_revised.tmp#physloc_parent ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:physloc altrender="" audience="" encodinganalog="" id="" label="" lang="" localtype="" parent="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:physloc>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
localtype optional
parent xs:IDREFS optional
script optional
Source
<xs:element name="physloc" substitutionGroup="ns1:m.did">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="localtype"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="parent" type="xs:IDREFS"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:unitid
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#unitid_label ead_revised.tmp#unitid_localtype ead_revised.tmp#am.countrycode ead_revised.tmp#unitid_repositorycode ead_revised.tmp#unitid_identifier ead_revised.tmp#unitid_encodinganalog ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:unitid altrender="" audience="" countrycode="" encodinganalog="" id="" identifier="" label="" lang="" localtype="" repositorycode="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:unitid>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
countrycode xs:NMTOKEN optional
encodinganalog optional
id xs:ID optional
identifier optional
label optional
lang optional
localtype optional
repositorycode ns1:data.repositorycode optional
script optional
Source
<xs:element name="unitid" substitutionGroup="ns1:m.did">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="localtype"/>
    <xs:attributeGroup ref="ns1:am.countrycode"/>
    <xs:attribute name="repositorycode" type="ns1:data.repositorycode"/>
    <xs:attribute name="identifier"/>
    <xs:attribute name="encodinganalog"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:container
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#container_label ead_revised.tmp#container_localtype ead_revised.tmp#container_encodinganalog ead_revised.tmp#container_parent ead_revised.tmp#container_containerid ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#m.did
Properties
content complex
mixed true
Substitution Group Affiliation
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Instance
<ns1:container altrender="" audience="" containerid="" encodinganalog="" id="" label="" lang="" localtype="" parent="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:abbr altrender="" audience="" expan="" id="" lang="" script="">{1,1}</ns1:abbr>
  <ns1:expan abbr="" altrender="" audience="" id="" lang="" script="">{1,1}</ns1:expan>
  <ns1:emph altrender="" audience="" id="" lang="" render="" script="">{1,1}</ns1:emph>
  <ns1:lb altrender="" audience="" id="">{1,1}</ns1:lb>
  <ns1:ref actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ref>
  <ns1:ptr actuate="" altrender="" audience="" href="" id="" lang="" linkarcrole="" linkrole="" linktitle="" linktype="" script="" show="" target="" xpointer="">{1,1}</ns1:ptr>
</ns1:container>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
containerid xs:NMTOKEN optional
encodinganalog optional
id xs:ID optional
label optional
lang optional
localtype xs:NMTOKEN optional
parent xs:IDREFS optional
script optional
Source
<xs:element name="container" substitutionGroup="ns1:m.did">
  <xs:complexType mixed="true">
    <xs:group ref="ns1:m.mixed.basic"/>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="label"/>
    <xs:attribute name="localtype" type="xs:NMTOKEN"/>
    <xs:attribute name="encodinganalog"/>
    <xs:attribute name="parent" type="xs:IDREFS"/>
    <xs:attribute name="containerid" type="xs:NMTOKEN"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:m.inter
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#blockquote ead_revised.tmp#m.inter.noquote ead_revised.tmp#m.blocks
Properties
abstract true
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="m.inter" abstract="true" substitutionGroup="ns1:m.blocks"/>
[ top ]
Element ns1:blockquote
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#m.inter.noquote ead_revised.tmp#p ead_revised.tmp#m.inter
Properties
content complex
Substitution Group Affiliation
Model
Children ns1:m.inter.noquote, ns1:p
Instance
<ns1:blockquote altrender="" audience="" id="" lang="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:m.inter.noquote>{1,1}</ns1:m.inter.noquote>
  <ns1:p altrender="" audience="" id="" lang="" script="">{1,1}</ns1:p>
</ns1:blockquote>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:element name="blockquote" substitutionGroup="ns1:m.inter">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="ns1:m.inter.noquote"/>
      <xs:element ref="ns1:p"/>
    </xs:choice>
    <xs:attributeGroup ref="ns1:a.common"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:m.inter.noquote
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#chronlist ead_revised.tmp#list ead_revised.tmp#table ead_revised.tmp#m.inter
Properties
abstract true
Substitution Group
Substitution Group Affiliation
Used by
Element ns1:blockquote
Source
<xs:element name="m.inter.noquote" abstract="true" substitutionGroup="ns1:m.inter"/>
[ top ]
Element ns1:chronlist
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#chronlist_localtype ead_revised.tmp#chronitem ead_revised.tmp#m.inter.noquote
Properties
content complex
Substitution Group Affiliation
Model
Children ns1:chronitem
Instance
<ns1:chronlist altrender="" audience="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:chronitem altrender="" audience="" id="" lang="" localtype="" script="">{1,unbounded}</ns1:chronitem>
</ns1:chronlist>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="chronlist" substitutionGroup="ns1:m.inter.noquote">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ns1:chronitem"/>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:chronitem
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common ead_revised.tmp#chronitem_localtype ead_revised.tmp#datesingle ead_revised.tmp#daterange ead_revised.tmp#placeentry ead_revised.tmp#event ead_revised.tmp#chronitemset
Properties
content complex
Used by
Element ns1:chronlist
Model
Children ns1:chronitemset, ns1:daterange, ns1:datesingle, ns1:event, ns1:placeentry
Instance
<ns1:chronitem altrender="" audience="" id="" lang="" localtype="" script="" xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:datesingle altrender="" audience="" id="" lang="" localtype="" notafter="" notbefore="" script="" standarddate="">{1,1}</ns1:datesingle>
  <ns1:daterange altrender="" audience="" id="" lang="" localtype="" script="">{1,1}</ns1:daterange>
  <ns1:placeentry accuracy="" altitude="" altrender="" audience="" countrycode="" id="" lang="" latitude="" localtype="" longitude="" script="" transliteration="" vocabularysource="">{0,1}</ns1:placeentry>
  <ns1:event altrender="" audience="" id="" lang="" script="">{1,1}</ns1:event>
  <ns1:chronitemset>{1,unbounded}</ns1:chronitemset>
</ns1:chronitem>
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
localtype optional
script optional
Source
<xs:element name="chronitem">
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="ns1:datesingle"/>
        <xs:element ref="ns1:daterange"/>
      </xs:choice>
      <xs:choice>
        <xs:sequence>
          <xs:element minOccurs="0" ref="ns1:placeentry"/>
          <xs:element ref="ns1:event"/>
        </xs:sequence>
        <xs:element maxOccurs="unbounded" ref="ns1:chronitemset"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="ns1:a.common"/>
    <xs:attribute name="localtype"/>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:chronitemset
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#placeentry ead_revised.tmp#event
Properties
content complex
Used by
Element ns1:chronitem
Model
Children ns1:event, ns1:placeentry
Instance
<ns1:chronitemset xmlns:ns1="urn:isbn:1-931666-22-9">
  <ns1:placeentry accuracy="" altitude="" altrender="" audience="" countrycode="" id="" lang="" latitude="" localtype="" longitude="" script="" transliteration="" vocabularysource="">{0,unbounded}</ns1:placeentry>
  <ns1:event altrender="" audience="" id="" lang="" script="">{1,unbounded}</ns1:event>
</ns1:chronitemset>
Source
<xs:element name="chronitemset">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:placeentry"/>
      <xs:element maxOccurs="unbounded" ref="ns1:event"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ns1:m.access
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#corpname ead_revised.tmp#famname ead_revised.tmp#function ead_revised.tmp#genreform ead_revised.tmp#geogname ead_revised.tmp#name ead_revised.tmp#occupation ead_revised.tmp#persname ead_revised.tmp#subject ead_revised.tmp#m.access.title
Properties
abstract true
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="m.access" abstract="true" substitutionGroup="ns1:m.access.title"/>
[ top ]
Simple Type ns1:av.render
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration altrender
enumeration bold
enumeration bolddoublequote
enumeration bolditalic
enumeration boldsinglequote
enumeration boldsmcaps
enumeration boldunderline
enumeration doublequote
enumeration italic
enumeration nonproport
enumeration singlequote
enumeration smcaps
enumeration sub
enumeration super
enumeration underline
Used by
Source
<xs:simpleType name="av.render">
  <xs:restriction base="xs:token">
    <xs:enumeration value="altrender"/>
    <xs:enumeration value="bold"/>
    <xs:enumeration value="bolddoublequote"/>
    <xs:enumeration value="bolditalic"/>
    <xs:enumeration value="boldsinglequote"/>
    <xs:enumeration value="boldsmcaps"/>
    <xs:enumeration value="boldunderline"/>
    <xs:enumeration value="doublequote"/>
    <xs:enumeration value="italic"/>
    <xs:enumeration value="nonproport"/>
    <xs:enumeration value="singlequote"/>
    <xs:enumeration value="smcaps"/>
    <xs:enumeration value="sub"/>
    <xs:enumeration value="super"/>
    <xs:enumeration value="underline"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type ns1:m.data.standardDateTime
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram
Type union of(restriction of xs:date, restriction of xs:gYear, restriction of xs:gYearMonth, restriction of xs:dateTime)
Used by
Source
<xs:simpleType name="m.data.standardDateTime">
  <xs:union>
    <xs:simpleType>
      <xs:restriction base="xs:date">
        <xs:maxInclusive value="2099-12-31"/>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="xs:gYear">
        <xs:maxInclusive value="2099"/>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="xs:gYearMonth">
        <xs:maxInclusive value="2099-12"/>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="xs:dateTime">
        <xs:maxInclusive value="2099-12-31T23:59:59"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
[ top ]
Simple Type ns1:m.data.standarddate
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram
Type union of(restriction of xs:date, restriction of xs:gYear, restriction of xs:gYearMonth)
Used by
Source
<xs:simpleType name="m.data.standarddate">
  <xs:union>
    <xs:simpleType>
      <xs:restriction base="xs:date">
        <xs:maxInclusive value="2099-12-31"/>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="xs:gYear">
        <xs:maxInclusive value="2099"/>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="xs:gYearMonth">
        <xs:maxInclusive value="2099-12"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
[ top ]
Complex Type ns1:e.anyname
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram
Used by
Model
ANY element from ANY namespace OTHER than 'urn:isbn:1-931666-22-9' | ANY element from LOCAL namespace 'No Namespace'
Source
<xs:complexType name="e.anyname">
  <xs:choice>
    <xs:any namespace="##other" processContents="skip"/>
    <xs:any namespace="##local" processContents="skip"/>
  </xs:choice>
</xs:complexType>
[ top ]
Simple Type ns1:av.yesorno
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration yes
enumeration no
Used by
Source
<xs:simpleType name="av.yesorno">
  <xs:restriction base="xs:token">
    <xs:enumeration value="yes"/>
    <xs:enumeration value="no"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type ns1:m.c.base
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.desc.c ead_revised.tmp#head ead_revised.tmp#did ead_revised.tmp#m.desc.base ead_revised.tmp#m.c.base_relations
Used by
Model
Children ns1:did, ns1:head, ns1:m.desc.base, ns1:relations
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level ns1:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:complexType name="m.c.base">
  <xs:sequence>
    <xs:element minOccurs="0" ref="ns1:head"/>
    <xs:element ref="ns1:did"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="ns1:m.desc.base"/>
    <xs:element minOccurs="0" name="relations">
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" ref="ns1:relation"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="ns1:a.desc.c"/>
</xs:complexType>
[ top ]
Simple Type ns1:av.level
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration class
enumeration collection
enumeration file
enumeration fonds
enumeration item
enumeration otherlevel
enumeration recordgrp
enumeration series
enumeration subfonds
enumeration subgrp
enumeration subseries
Used by
Source
<xs:simpleType name="av.level">
  <xs:restriction base="xs:token">
    <xs:enumeration value="class"/>
    <xs:enumeration value="collection"/>
    <xs:enumeration value="file"/>
    <xs:enumeration value="fonds"/>
    <xs:enumeration value="item"/>
    <xs:enumeration value="otherlevel"/>
    <xs:enumeration value="recordgrp"/>
    <xs:enumeration value="series"/>
    <xs:enumeration value="subfonds"/>
    <xs:enumeration value="subgrp"/>
    <xs:enumeration value="subseries"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type ns1:m.dates
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#m.dates
Used by
Model
Children ns1:m.dates
Source
<xs:complexType name="m.dates">
  <xs:sequence>
    <xs:element ref="ns1:m.dates"/>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type ns1:data.repositorycode
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram
Type xs:token
Used by
Source
<xs:simpleType name="data.repositorycode">
  <xs:restriction base="xs:token"/>
</xs:simpleType>
[ top ]
Attribute ns1:a.common.empty / @id
Namespace No namespace
Type xs:ID
Properties
content simple
Used by
Attribute Group ns1:a.common.empty
Source
<xs:attribute name="id" type="xs:ID"/>
[ top ]
Attribute ns1:a.common.empty / @altrender
Namespace No namespace
Used by
Attribute Group ns1:a.common.empty
Source
<xs:attribute name="altrender"/>
[ top ]
Attribute ns1:a.common.empty / @audience
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration external
enumeration internal
Used by
Attribute Group ns1:a.common.empty
Source
<xs:attribute name="audience">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="external"/>
      <xs:enumeration value="internal"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:a.common / @lang
Namespace No namespace
Used by
Attribute Group ns1:a.common
Source
<xs:attribute name="lang"/>
[ top ]
Attribute ns1:a.common / @script
Namespace No namespace
Used by
Attribute Group ns1:a.common
Source
<xs:attribute name="script"/>
[ top ]
Attribute ns1:recordid / @instanceurl
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element ns1:recordid
Source
<xs:attribute name="instanceurl" type="xs:anyURI"/>
[ top ]
Attribute ns1:m.id / @localtype
Namespace No namespace
Used by
Attribute Group ns1:m.id
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:am.simplelink / @linktype
Namespace No namespace
Type restriction of xs:token
Properties
Facets
Used by
Source
[ top ]
Attribute ns1:am.simplelink / @href
Namespace No namespace
Type xs:anyURI
Properties
Used by
Source
[ top ]
Attribute ns1:am.simplelink / @linkrole
Namespace No namespace
Type xs:anyURI
Properties
Used by
Source
[ top ]
Attribute ns1:am.simplelink / @linkarcrole
Namespace No namespace
Type xs:anyURI
Properties
Used by
Source
[ top ]
Attribute ns1:am.simplelink / @linktitle
Namespace No namespace
Used by
Source
[ top ]
Attribute ns1:am.simplelink / @show
Namespace No namespace
Type restriction of xs:token
Properties
Facets
Used by
Source
[ top ]
Attribute ns1:am.simplelink / @actuate
Namespace No namespace
Type restriction of xs:token
Properties
Facets
Used by
Source
[ top ]
Attribute ns1:representation / @localtype
Namespace No namespace
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:abbr / @expan
Namespace No namespace
Used by
Element ns1:abbr
Source
<xs:attribute name="expan"/>
[ top ]
Attribute ns1:expan / @abbr
Namespace No namespace
Used by
Element ns1:expan
Source
<xs:attribute name="abbr"/>
[ top ]
Attribute ns1:emph / @render
Namespace No namespace
Type ns1:av.render
Properties
content simple
Facets
enumeration altrender
enumeration bold
enumeration bolddoublequote
enumeration bolditalic
enumeration boldsinglequote
enumeration boldsmcaps
enumeration boldunderline
enumeration doublequote
enumeration italic
enumeration nonproport
enumeration singlequote
enumeration smcaps
enumeration sub
enumeration super
enumeration underline
Used by
Element ns1:emph
Source
<xs:attribute name="render" type="ns1:av.render"/>
[ top ]
Attribute ns1:a.internal.ptr / @target
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Attribute Group ns1:a.internal.ptr
Source
<xs:attribute name="target" type="xs:IDREF"/>
[ top ]
Attribute ns1:a.internal.ptr / @xpointer
Namespace No namespace
Used by
Attribute Group ns1:a.internal.ptr
Source
<xs:attribute name="xpointer"/>
[ top ]
Attribute ns1:m.mixed.basic / @localtype
Namespace No namespace
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:quote / @localtype
Namespace No namespace
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:num / @localtype
Namespace No namespace
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:footnote / @localtype
Namespace No namespace
Used by
Element ns1:footnote
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:footnote / @show
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration embed
enumeration new
Used by
Element ns1:footnote
Source
<xs:attribute name="show">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="embed"/>
      <xs:enumeration value="new"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:footnote / @actuate
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration onload
enumeration onrequest
Used by
Element ns1:footnote
Source
<xs:attribute name="actuate">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="onload"/>
      <xs:enumeration value="onrequest"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:am.dates.era / @era
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Attribute Group ns1:am.dates.era
Source
<xs:attribute name="era" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:am.dates.calendar / @calendar
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Attribute Group ns1:am.dates.calendar
Source
<xs:attribute name="calendar" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:am.date.normal / @normal
Namespace No namespace
Type xs:token
Properties
content simple
Used by
Attribute Group ns1:am.date.normal
Source
<xs:attribute name="normal" type="xs:token"/>
[ top ]
Attribute ns1:m.mixed.basic / @certainty
Namespace No namespace
Used by
Source
<xs:attribute name="certainty"/>
[ top ]
Attribute ns1:m.mixed.basic / @encodinganalog
Namespace No namespace
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:date / @certainty
Namespace No namespace
Source
<xs:attribute name="certainty"/>
[ top ]
Attribute ns1:date / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:date / @localtype
Namespace No namespace
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:m.mixed.basic / @render
Namespace No namespace
Type ns1:av.render
Properties
content simple
Facets
enumeration altrender
enumeration bold
enumeration bolddoublequote
enumeration bolditalic
enumeration boldsinglequote
enumeration boldsmcaps
enumeration boldunderline
enumeration doublequote
enumeration italic
enumeration nonproport
enumeration singlequote
enumeration smcaps
enumeration sub
enumeration super
enumeration underline
Used by
Source
<xs:attribute name="render" type="ns1:av.render"/>
[ top ]
Attribute ns1:titleproper / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:titleproper / @localtype
Namespace No namespace
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:titleproper / @render
Namespace No namespace
Type ns1:av.render
Properties
content simple
Facets
enumeration altrender
enumeration bold
enumeration bolddoublequote
enumeration bolditalic
enumeration boldsinglequote
enumeration boldsmcaps
enumeration boldunderline
enumeration doublequote
enumeration italic
enumeration nonproport
enumeration singlequote
enumeration smcaps
enumeration sub
enumeration super
enumeration underline
Source
<xs:attribute name="render" type="ns1:av.render"/>
[ top ]
Attribute ns1:subtitle / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:author / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:sponsor / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:titlestmt / @encodinganalog
Namespace No namespace
Used by
Element ns1:titlestmt
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:edition / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:m.mixed.basic / @althead
Namespace No namespace
Used by
Element ns1:head
Source
<xs:attribute name="althead"/>
[ top ]
Attribute ns1:head / @althead
Namespace No namespace
Source
<xs:attribute name="althead"/>
[ top ]
Attribute ns1:list / @listtype
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration deflist
enumeration unordered
enumeration ordered
Used by
Element ns1:list
Source
<xs:attribute name="listtype">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="deflist"/>
      <xs:enumeration value="unordered"/>
      <xs:enumeration value="ordered"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:list / @mark
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration disc
enumeration circle
enumeration square
enumeration decimal
enumeration decimal-leading-zero
enumeration lower-roman
enumeration upper-roman
enumeration lower-greek
enumeration lower-latin
enumeration upper-latin
enumeration armenian
enumeration georgian
enumeration lower-alpha
enumeration upper-alpha
enumeration none
enumeration inherit
Used by
Element ns1:list
Source
<xs:attribute name="mark">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="disc"/>
      <xs:enumeration value="circle"/>
      <xs:enumeration value="square"/>
      <xs:enumeration value="decimal"/>
      <xs:enumeration value="decimal-leading-zero"/>
      <xs:enumeration value="lower-roman"/>
      <xs:enumeration value="upper-roman"/>
      <xs:enumeration value="lower-greek"/>
      <xs:enumeration value="lower-latin"/>
      <xs:enumeration value="upper-latin"/>
      <xs:enumeration value="armenian"/>
      <xs:enumeration value="georgian"/>
      <xs:enumeration value="lower-alpha"/>
      <xs:enumeration value="upper-alpha"/>
      <xs:enumeration value="none"/>
      <xs:enumeration value="inherit"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:list / @numeration
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration arabic
enumeration upperAlpha
enumeration lowerAlpha
enumeration upperRoman
enumeration lowerRoman
Used by
Element ns1:list
Source
<xs:attribute name="numeration">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="arabic"/>
      <xs:enumeration value="upperAlpha"/>
      <xs:enumeration value="lowerAlpha"/>
      <xs:enumeration value="upperRoman"/>
      <xs:enumeration value="lowerRoman"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:editionstmt / @encodinganalog
Namespace No namespace
Used by
Element ns1:editionstmt
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:publisher / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:addressline / @localtype
Namespace No namespace
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:publicationstmt / @encodinganalog
Namespace No namespace
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:seriesstmt / @encodinganalog
Namespace No namespace
Used by
Element ns1:seriesstmt
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:controlnote / @localtype
Namespace No namespace
Used by
Element ns1:controlnote
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:controlnote / @encodinganalog
Namespace No namespace
Used by
Element ns1:controlnote
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:notestmt / @encodinganalog
Namespace No namespace
Used by
Element ns1:notestmt
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:filedesc / @encodinganalog
Namespace No namespace
Used by
Element ns1:filedesc
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:m.mixed.basic / @value
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration revised
enumeration deleted
enumeration new
enumeration deletedsplit
enumeration deletedmerged
enumeration deletedreplaced
enumeration cancelled
enumeration derived
Used by
Source
<xs:attribute name="value" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="revised"/>
      <xs:enumeration value="deleted"/>
      <xs:enumeration value="new"/>
      <xs:enumeration value="deletedsplit"/>
      <xs:enumeration value="deletedmerged"/>
      <xs:enumeration value="deletedreplaced"/>
      <xs:enumeration value="cancelled"/>
      <xs:enumeration value="derived"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:maintenancestatus / @value
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration revised
enumeration deleted
enumeration new
enumeration deletedsplit
enumeration deletedmerged
enumeration deletedreplaced
enumeration cancelled
enumeration derived
Source
<xs:attribute name="value" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="revised"/>
      <xs:enumeration value="deleted"/>
      <xs:enumeration value="new"/>
      <xs:enumeration value="deletedsplit"/>
      <xs:enumeration value="deletedmerged"/>
      <xs:enumeration value="deletedreplaced"/>
      <xs:enumeration value="cancelled"/>
      <xs:enumeration value="derived"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:publicationstatus / @value
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration inProcess
enumeration approved
Source
<xs:attribute name="value" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="inProcess"/>
      <xs:enumeration value="approved"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:otheragencycode / @localtype
Namespace No namespace
Properties
use required
Used by
Source
<xs:attribute name="localtype" use="required"/>
[ top ]
Attribute ns1:language / @encodinganalog
Namespace No namespace
Used by
Element ns1:language
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:language / @label
Namespace No namespace
Used by
Element ns1:language
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:language / @langcode
Namespace No namespace
Used by
Element ns1:language
Source
<xs:attribute name="langcode"/>
[ top ]
Attribute ns1:script / @encodinganalog
Namespace No namespace
Used by
Element ns1:script
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:script / @label
Namespace No namespace
Used by
Element ns1:script
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:script / @scriptcode
Namespace No namespace
Used by
Element ns1:script
Source
<xs:attribute name="scriptcode"/>
[ top ]
Attribute ns1:m.mixed.basic / @linktype
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration simple
Used by
Element ns1:citation
Source
<xs:attribute name="linktype">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="simple"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:m.mixed.basic / @href
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element ns1:citation
Source
<xs:attribute name="href" type="xs:anyURI"/>
[ top ]
Attribute ns1:m.mixed.basic / @linkrole
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element ns1:citation
Source
<xs:attribute name="linkrole" type="xs:anyURI"/>
[ top ]
Attribute ns1:m.mixed.basic / @linkarcrole
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element ns1:citation
Source
<xs:attribute name="linkarcrole" type="xs:anyURI"/>
[ top ]
Attribute ns1:m.mixed.basic / @linktitle
Namespace No namespace
Used by
Element ns1:citation
Source
<xs:attribute name="linktitle"/>
[ top ]
Attribute ns1:m.mixed.basic / @show
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration new
enumeration replace
enumeration embed
enumeration other
enumeration none
Used by
Element ns1:citation
Source
<xs:attribute name="show">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="new"/>
      <xs:enumeration value="replace"/>
      <xs:enumeration value="embed"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:m.mixed.basic / @actuate
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration onLoad
enumeration onRequest
enumeration other
enumeration none
Used by
Element ns1:citation
Source
<xs:attribute name="actuate">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="onLoad"/>
      <xs:enumeration value="onRequest"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:m.mixed.basic / @lastdatetimeverified
Namespace No namespace
Type ns1:m.data.standardDateTime
Properties
content simple
Used by
Element ns1:citation
Source
<xs:attribute name="lastdatetimeverified" type="ns1:m.data.standardDateTime"/>
[ top ]
Attribute ns1:citation / @actuate
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration onLoad
enumeration onRequest
enumeration other
enumeration none
Source
<xs:attribute name="actuate">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="onLoad"/>
      <xs:enumeration value="onRequest"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:citation / @href
Namespace No namespace
Type xs:anyURI
Properties
content simple
Source
<xs:attribute name="href" type="xs:anyURI"/>
[ top ]
Attribute ns1:citation / @lastdatetimeverified
Namespace No namespace
Type ns1:m.data.standardDateTime
Properties
content simple
Source
<xs:attribute name="lastdatetimeverified" type="ns1:m.data.standardDateTime"/>
[ top ]
Attribute ns1:citation / @linkarcrole
Namespace No namespace
Type xs:anyURI
Properties
content simple
Source
<xs:attribute name="linkarcrole" type="xs:anyURI"/>
[ top ]
Attribute ns1:citation / @linkrole
Namespace No namespace
Type xs:anyURI
Properties
content simple
Source
<xs:attribute name="linkrole" type="xs:anyURI"/>
[ top ]
Attribute ns1:citation / @linktitle
Namespace No namespace
Source
<xs:attribute name="linktitle"/>
[ top ]
Attribute ns1:citation / @linktype
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration simple
Source
<xs:attribute name="linktype">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="simple"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:citation / @show
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration new
enumeration replace
enumeration embed
enumeration other
enumeration none
Source
<xs:attribute name="show">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="new"/>
      <xs:enumeration value="replace"/>
      <xs:enumeration value="embed"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:term / @transliteration
Namespace No namespace
Used by
Element ns1:term
Source
<xs:attribute name="transliteration"/>
[ top ]
Attribute ns1:term / @lastdatetimeverified
Namespace No namespace
Type ns1:m.data.standardDateTime
Properties
content simple
Used by
Element ns1:term
Source
<xs:attribute name="lastdatetimeverified" type="ns1:m.data.standardDateTime"/>
[ top ]
Attribute ns1:term / @source
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element ns1:term
Source
<xs:attribute name="source" type="xs:string"/>
[ top ]
Attribute ns1:term / @identifier
Namespace No namespace
Used by
Element ns1:term
Source
<xs:attribute name="identifier"/>
[ top ]
Attribute ns1:datesingle / @localtype
Namespace No namespace
Used by
Element ns1:datesingle
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:m.datesingle / @standarddate
Namespace No namespace
Type ns1:m.data.standarddate
Properties
content simple
Used by
Attribute Group ns1:m.datesingle
Source
<xs:attribute name="standarddate" type="ns1:m.data.standarddate"/>
[ top ]
Attribute ns1:m.datesingle / @notbefore
Namespace No namespace
Type ns1:m.data.standarddate
Properties
content simple
Used by
Attribute Group ns1:m.datesingle
Source
<xs:attribute name="notbefore" type="ns1:m.data.standarddate"/>
[ top ]
Attribute ns1:m.datesingle / @notafter
Namespace No namespace
Type ns1:m.data.standarddate
Properties
content simple
Used by
Attribute Group ns1:m.datesingle
Source
<xs:attribute name="notafter" type="ns1:m.data.standarddate"/>
[ top ]
Attribute ns1:fromdate / @localtype
Namespace No namespace
Used by
Element ns1:fromdate
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:todate / @localtype
Namespace No namespace
Used by
Element ns1:todate
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:daterange / @localtype
Namespace No namespace
Used by
Element ns1:daterange
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:localcontrol / @localtype
Namespace No namespace
Properties
use required
Used by
Source
<xs:attribute name="localtype" use="required"/>
[ top ]
Attribute ns1:eventtype / @value
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration created
enumeration revised
enumeration deleted
enumeration cancelled
enumeration derived
enumeration updated
enumeration unknown
Source
<xs:attribute name="value" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="created"/>
      <xs:enumeration value="revised"/>
      <xs:enumeration value="deleted"/>
      <xs:enumeration value="cancelled"/>
      <xs:enumeration value="derived"/>
      <xs:enumeration value="updated"/>
      <xs:enumeration value="unknown"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:eventdatetime / @standarddatetime
Namespace No namespace
Type ns1:m.data.standardDateTime
Properties
content simple
Used by
Source
<xs:attribute name="standarddatetime" type="ns1:m.data.standardDateTime"/>
[ top ]
Attribute ns1:agenttype / @value
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration human
enumeration machine
enumeration unknown
Source
<xs:attribute name="value" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="human"/>
      <xs:enumeration value="machine"/>
      <xs:enumeration value="unknown"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:sourceentry / @transliteration
Namespace No namespace
Used by
Element ns1:sourceentry
Source
<xs:attribute name="transliteration"/>
[ top ]
Attribute ns1:source / @lastdatetimeverified
Namespace No namespace
Type ns1:m.data.standardDateTime
Properties
content simple
Used by
Element ns1:source
Source
<xs:attribute name="lastdatetimeverified" type="ns1:m.data.standardDateTime"/>
[ top ]
Attribute ns1:source / @linktype
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration simple
Used by
Element ns1:source
Source
<xs:attribute name="linktype">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="simple"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:source / @href
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element ns1:source
Source
<xs:attribute name="href" type="xs:anyURI"/>
[ top ]
Attribute ns1:source / @linkrole
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element ns1:source
Source
<xs:attribute name="linkrole" type="xs:anyURI"/>
[ top ]
Attribute ns1:source / @linkarcrole
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element ns1:source
Source
<xs:attribute name="linkarcrole" type="xs:anyURI"/>
[ top ]
Attribute ns1:source / @linktitle
Namespace No namespace
Used by
Element ns1:source
Source
<xs:attribute name="linktitle"/>
[ top ]
Attribute ns1:source / @show
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration new
enumeration replace
enumeration embed
enumeration other
enumeration none
Used by
Element ns1:source
Source
<xs:attribute name="show">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="new"/>
      <xs:enumeration value="replace"/>
      <xs:enumeration value="embed"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:source / @actuate
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration onLoad
enumeration onRequest
enumeration other
enumeration none
Used by
Element ns1:source
Source
<xs:attribute name="actuate">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="onLoad"/>
      <xs:enumeration value="onRequest"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:sources / @base
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element ns1:sources
Source
<xs:attribute name="base" type="xs:anyURI"/>
[ top ]
Attribute ns1:control / @base
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element ns1:control
Source
<xs:attribute name="base" type="xs:anyURI"/>
[ top ]
Attribute ns1:control / @relatedencoding
Namespace No namespace
Used by
Element ns1:control
Source
<xs:attribute name="relatedencoding"/>
[ top ]
Attribute ns1:did / @encodinganalog
Namespace No namespace
Used by
Element ns1:did
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:relationentry / @localtype
Namespace No namespace
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:relationentry / @transliteration
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Source
<xs:attribute name="transliteration" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:dateset / @localtype
Namespace No namespace
Used by
Element ns1:dateset
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:placeentry / @transliteration
Namespace No namespace
Used by
Element ns1:placeentry
Source
<xs:attribute name="transliteration"/>
[ top ]
Attribute ns1:placeentry / @localtype
Namespace No namespace
Used by
Element ns1:placeentry
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:placeentry / @countrycode
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element ns1:placeentry
Source
<xs:attribute name="countrycode" type="xs:string"/>
[ top ]
Attribute ns1:placeentry / @vocabularysource
Namespace No namespace
Used by
Element ns1:placeentry
Source
<xs:attribute name="vocabularysource"/>
[ top ]
Attribute ns1:placeentry / @accuracy
Namespace No namespace
Used by
Element ns1:placeentry
Source
<xs:attribute name="accuracy"/>
[ top ]
Attribute ns1:placeentry / @longitude
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element ns1:placeentry
Source
<xs:attribute name="longitude" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:placeentry / @latitude
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element ns1:placeentry
Source
<xs:attribute name="latitude" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:placeentry / @altitude
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element ns1:placeentry
Source
<xs:attribute name="altitude" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:relation / @relationtype
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration cpfrelation
enumeration resourcerelation
enumeration functionrelation
enumeration otherrelation
Used by
Element ns1:relation
Source
<xs:attribute name="relationtype" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="cpfrelation"/>
      <xs:enumeration value="resourcerelation"/>
      <xs:enumeration value="functionrelation"/>
      <xs:enumeration value="otherrelation"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:relation / @otherrelationtype
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element ns1:relation
Source
<xs:attribute name="otherrelationtype" type="xs:string"/>
[ top ]
Attribute ns1:relation / @lastdatetimeverified
Namespace No namespace
Type xs:dateTime
Properties
content simple
Used by
Element ns1:relation
Source
<xs:attribute name="lastdatetimeverified" type="xs:dateTime"/>
[ top ]
Attribute ns1:relation / @linktype
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration simple
Used by
Element ns1:relation
Source
<xs:attribute name="linktype">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="simple"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:relation / @href
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element ns1:relation
Source
<xs:attribute name="href" type="xs:anyURI"/>
[ top ]
Attribute ns1:relation / @linkrole
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element ns1:relation
Source
<xs:attribute name="linkrole" type="xs:anyURI"/>
[ top ]
Attribute ns1:relation / @linkarcrole
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element ns1:relation
Source
<xs:attribute name="linkarcrole" type="xs:anyURI"/>
[ top ]
Attribute ns1:relation / @linktitle
Namespace No namespace
Used by
Element ns1:relation
Source
<xs:attribute name="linktitle"/>
[ top ]
Attribute ns1:relation / @show
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration new
enumeration replace
enumeration embed
enumeration other
enumeration none
Used by
Element ns1:relation
Source
<xs:attribute name="show">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="new"/>
      <xs:enumeration value="replace"/>
      <xs:enumeration value="embed"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:relation / @actuate
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration onLoad
enumeration onRequest
enumeration other
enumeration none
Used by
Element ns1:relation
Source
<xs:attribute name="actuate">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="onLoad"/>
      <xs:enumeration value="onRequest"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:m.para.content / @colname
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element ns1:entry
Source
<xs:attribute name="colname" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:m.para.content / @namest
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element ns1:entry
Source
<xs:attribute name="namest" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:m.para.content / @nameend
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element ns1:entry
Source
<xs:attribute name="nameend" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:m.para.content / @morerows
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element ns1:entry
Source
<xs:attribute name="morerows" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:m.para.content / @colsep
Namespace No namespace
Type ns1:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Used by
Element ns1:entry
Source
<xs:attribute name="colsep" type="ns1:av.yesorno"/>
[ top ]
Attribute ns1:m.para.content / @rowsep
Namespace No namespace
Type ns1:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Used by
Element ns1:entry
Source
<xs:attribute name="rowsep" type="ns1:av.yesorno"/>
[ top ]
Attribute ns1:m.para.content / @align
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration left
enumeration right
enumeration center
enumeration justify
Used by
Element ns1:entry
Source
<xs:attribute name="align">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="left"/>
      <xs:enumeration value="right"/>
      <xs:enumeration value="center"/>
      <xs:enumeration value="justify"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:m.para.content / @valign
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
enumeration baseline
Used by
Element ns1:entry
Source
<xs:attribute name="valign">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="middle"/>
      <xs:enumeration value="bottom"/>
      <xs:enumeration value="baseline"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:entry / @align
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration left
enumeration right
enumeration center
enumeration justify
Source
<xs:attribute name="align">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="left"/>
      <xs:enumeration value="right"/>
      <xs:enumeration value="center"/>
      <xs:enumeration value="justify"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:entry / @colname
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Source
<xs:attribute name="colname" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:entry / @colsep
Namespace No namespace
Type ns1:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Source
<xs:attribute name="colsep" type="ns1:av.yesorno"/>
[ top ]
Attribute ns1:entry / @morerows
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Source
<xs:attribute name="morerows" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:entry / @nameend
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Source
<xs:attribute name="nameend" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:entry / @namest
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Source
<xs:attribute name="namest" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:entry / @rowsep
Namespace No namespace
Type ns1:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Source
<xs:attribute name="rowsep" type="ns1:av.yesorno"/>
[ top ]
Attribute ns1:entry / @valign
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
enumeration baseline
Source
<xs:attribute name="valign">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="middle"/>
      <xs:enumeration value="bottom"/>
      <xs:enumeration value="baseline"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:row / @rowsep
Namespace No namespace
Type ns1:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Used by
Element ns1:row
Source
<xs:attribute name="rowsep" type="ns1:av.yesorno"/>
[ top ]
Attribute ns1:row / @valign
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
enumeration baseline
Used by
Element ns1:row
Source
<xs:attribute name="valign">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="middle"/>
      <xs:enumeration value="bottom"/>
      <xs:enumeration value="baseline"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:thead / @valign
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
Used by
Element ns1:thead
Source
<xs:attribute name="valign">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="middle"/>
      <xs:enumeration value="bottom"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:a.desc.c / @level
Namespace No namespace
Type ns1:av.level
Properties
content simple
Facets
enumeration class
enumeration collection
enumeration file
enumeration fonds
enumeration item
enumeration otherlevel
enumeration recordgrp
enumeration series
enumeration subfonds
enumeration subgrp
enumeration subseries
Used by
Attribute Group ns1:a.desc.c
Source
<xs:attribute name="level" type="ns1:av.level"/>
[ top ]
Attribute ns1:a.desc.base / @otherlevel
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Attribute Group ns1:a.desc.base
Source
<xs:attribute name="otherlevel" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:a.desc.base / @encodinganalog
Namespace No namespace
Used by
Attribute Group ns1:a.desc.base
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:dsc / @dsctype
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration analyticover
enumeration combined
enumeration indepth
enumeration otherdsctype
Used by
Element ns1:dsc
Source
<xs:attribute name="dsctype">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="analyticover"/>
      <xs:enumeration value="combined"/>
      <xs:enumeration value="indepth"/>
      <xs:enumeration value="otherdsctype"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:dsc / @otherdsctype
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element ns1:dsc
Source
<xs:attribute name="otherdsctype" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:dsc / @encodinganalog
Namespace No namespace
Used by
Element ns1:dsc
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:a.dsctab.tpattern / @tpattern
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Attribute Group ns1:a.dsctab.tpattern
Source
<xs:attribute name="tpattern" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:archdesc / @level
Namespace No namespace
Type ns1:av.level
Properties
use required
Facets
enumeration class
enumeration collection
enumeration file
enumeration fonds
enumeration item
enumeration otherlevel
enumeration recordgrp
enumeration series
enumeration subfonds
enumeration subgrp
enumeration subseries
Used by
Element ns1:archdesc
Source
<xs:attribute name="level" use="required" type="ns1:av.level"/>
[ top ]
Attribute ns1:archdesc / @localtype
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element ns1:archdesc
Source
<xs:attribute name="localtype" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:archdesc / @relatedencoding
Namespace No namespace
Used by
Element ns1:archdesc
Source
<xs:attribute name="relatedencoding"/>
[ top ]
Attribute ns1:ead / @relatedencoding
Namespace No namespace
Used by
Element ns1:ead
Source
<xs:attribute name="relatedencoding"/>
[ top ]
Attribute ns1:part / @encodinganalog
Namespace No namespace
Used by
Element ns1:part
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:part / @localtype
Namespace No namespace
Used by
Element ns1:part
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:a.access.no.normal / @source
Namespace No namespace
Type xs:token
Properties
content simple
Used by
Attribute Group ns1:a.access.no.normal
Source
<xs:attribute name="source" type="xs:token"/>
[ top ]
Attribute ns1:a.access.no.normal / @rules
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Attribute Group ns1:a.access.no.normal
Source
<xs:attribute name="rules" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:a.access.no.normal / @identifier
Namespace No namespace
Used by
Attribute Group ns1:a.access.no.normal
Source
<xs:attribute name="identifier"/>
[ top ]
Attribute ns1:a.access / @normal
Namespace No namespace
Used by
Attribute Group ns1:a.access
Source
<xs:attribute name="normal"/>
[ top ]
Attribute ns1:persname / @role
Namespace No namespace
Used by
Element ns1:persname
Source
<xs:attribute name="role"/>
[ top ]
Attribute ns1:persname / @encodinganalog
Namespace No namespace
Used by
Element ns1:persname
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:corpname / @role
Namespace No namespace
Used by
Element ns1:corpname
Source
<xs:attribute name="role"/>
[ top ]
Attribute ns1:corpname / @encodinganalog
Namespace No namespace
Used by
Element ns1:corpname
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:name / @role
Namespace No namespace
Used by
Element ns1:name
Source
<xs:attribute name="role"/>
[ top ]
Attribute ns1:name / @encodinganalog
Namespace No namespace
Used by
Element ns1:name
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:famname / @role
Namespace No namespace
Used by
Element ns1:famname
Source
<xs:attribute name="role"/>
[ top ]
Attribute ns1:famname / @encodinganalog
Namespace No namespace
Used by
Element ns1:famname
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:origination / @label
Namespace No namespace
Used by
Element ns1:origination
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:origination / @encodinganalog
Namespace No namespace
Used by
Element ns1:origination
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:unittype / @identifier
Namespace No namespace
Used by
Element ns1:unittype
Source
<xs:attribute name="identifier"/>
[ top ]
Attribute ns1:unittype / @source
Namespace No namespace
Used by
Element ns1:unittype
Source
<xs:attribute name="source"/>
[ top ]
Attribute ns1:unittype / @rules
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element ns1:unittype
Source
<xs:attribute name="rules" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:dimensions / @localtype
Namespace No namespace
Used by
Element ns1:dimensions
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:m.mixed.basic / @label
Namespace No namespace
Used by
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:m.mixed.basic / @unit
Namespace No namespace
Used by
Element ns1:physfacet
Source
<xs:attribute name="unit"/>
[ top ]
Attribute ns1:physfacet / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:physfacet / @label
Namespace No namespace
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:physfacet / @localtype
Namespace No namespace
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:physfacet / @unit
Namespace No namespace
Source
<xs:attribute name="unit"/>
[ top ]
Attribute ns1:physdescstructured / @label
Namespace No namespace
Used by
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:physdescstructured / @encodinganalog
Namespace No namespace
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:physdescstructured / @rules
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Source
<xs:attribute name="rules" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:physdescstructured / @physdescstructuredtype
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration carrier
enumeration materialtype
enumeration spaceoccupied
Used by
Source
<xs:attribute name="physdescstructuredtype" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="carrier"/>
      <xs:enumeration value="materialtype"/>
      <xs:enumeration value="spaceoccupied"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:physdescstructured / @coverage
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration whole
enumeration part
Used by
Source
<xs:attribute name="coverage" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="whole"/>
      <xs:enumeration value="part"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:repository / @label
Namespace No namespace
Used by
Element ns1:repository
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:repository / @encodinganalog
Namespace No namespace
Used by
Element ns1:repository
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:m.mixed.basic.plus.access / @label
Namespace No namespace
Used by
Element ns1:unittitle
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:m.mixed.basic.plus.access / @encodinganalog
Namespace No namespace
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:m.mixed.basic.plus.access / @localtype
Namespace No namespace
Used by
Element ns1:unittitle
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:unittitle / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:unittitle / @label
Namespace No namespace
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:unittitle / @localtype
Namespace No namespace
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:m.mixed.basic / @unitdatetype
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration bulk
enumeration inclusive
Used by
Element ns1:unitdate
Source
<xs:attribute name="unitdatetype">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="bulk"/>
      <xs:enumeration value="inclusive"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:m.mixed.basic / @datechar
Namespace No namespace
Used by
Element ns1:unitdate
Source
<xs:attribute name="datechar"/>
[ top ]
Attribute ns1:unitdate / @certainty
Namespace No namespace
Source
<xs:attribute name="certainty"/>
[ top ]
Attribute ns1:unitdate / @datechar
Namespace No namespace
Source
<xs:attribute name="datechar"/>
[ top ]
Attribute ns1:unitdate / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:unitdate / @label
Namespace No namespace
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:unitdate / @unitdatetype
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration bulk
enumeration inclusive
Source
<xs:attribute name="unitdatetype">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="bulk"/>
      <xs:enumeration value="inclusive"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:unitdatestructured / @label
Namespace No namespace
Used by
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:unitdatestructured / @unitdatetype
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration bulk
enumeration inclusive
Used by
Source
<xs:attribute name="unitdatetype">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="bulk"/>
      <xs:enumeration value="inclusive"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:unitdatestructured / @certainty
Namespace No namespace
Used by
Source
<xs:attribute name="certainty"/>
[ top ]
Attribute ns1:unitdatestructured / @encodinganalog
Namespace No namespace
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:unitdatestructured / @datechar
Namespace No namespace
Used by
Source
<xs:attribute name="datechar"/>
[ top ]
Attribute ns1:dao / @daotype
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration borndigital
enumeration derived
enumeration unknown
enumeration other
Used by
Element ns1:dao
Source
<xs:attribute name="daotype" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="borndigital"/>
      <xs:enumeration value="derived"/>
      <xs:enumeration value="unknown"/>
      <xs:enumeration value="other"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:dao / @otherdaotype
Namespace No namespace
Used by
Element ns1:dao
Source
<xs:attribute name="otherdaotype"/>
[ top ]
Attribute ns1:accessrestrict / @encodinganalog
Namespace No namespace
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:accessrestrict / @localtype
Namespace No namespace
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:accruals / @encodinganalog
Namespace No namespace
Used by
Element ns1:accruals
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:fileplan / @encodinganalog
Namespace No namespace
Used by
Element ns1:fileplan
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:acqinfo / @encodinganalog
Namespace No namespace
Used by
Element ns1:acqinfo
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:altformavail / @encodinganalog
Namespace No namespace
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:altformavail / @localtype
Namespace No namespace
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:originalsloc / @encodinganalog
Namespace No namespace
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:originalsloc / @localtype
Namespace No namespace
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:phystech / @encodinganalog
Namespace No namespace
Used by
Element ns1:phystech
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:phystech / @localtype
Namespace No namespace
Used by
Element ns1:phystech
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:appraisal / @encodinganalog
Namespace No namespace
Used by
Element ns1:appraisal
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:custodhist / @encodinganalog
Namespace No namespace
Used by
Element ns1:custodhist
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:index / @encodinganalog
Namespace No namespace
Used by
Element ns1:index
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:legalstatus / @encodinganalog
Namespace No namespace
Used by
Element ns1:legalstatus
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:legalstatus / @localtype
Namespace No namespace
Used by
Element ns1:legalstatus
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:materialspec / @encodinganalog
Namespace No namespace
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:materialspec / @localtype
Namespace No namespace
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:prefercite / @encodinganalog
Namespace No namespace
Used by
Element ns1:prefercite
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:processinfo / @localtype
Namespace No namespace
Used by
Element ns1:processinfo
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:processinfo / @encodinganalog
Namespace No namespace
Used by
Element ns1:processinfo
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:userestrict / @encodinganalog
Namespace No namespace
Used by
Element ns1:userestrict
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:userestrict / @localtype
Namespace No namespace
Used by
Element ns1:userestrict
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:bioghist / @encodinganalog
Namespace No namespace
Used by
Element ns1:bioghist
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:controlaccess / @encodinganalog
Namespace No namespace
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:odd / @localtype
Namespace No namespace
Used by
Element ns1:odd
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:odd / @encodinganalog
Namespace No namespace
Used by
Element ns1:odd
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:scopecontent / @encodinganalog
Namespace No namespace
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:arrangement / @encodinganalog
Namespace No namespace
Used by
Element ns1:arrangement
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:archref / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:bibref / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:bibliography / @encodinganalog
Namespace No namespace
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:relatedmaterial / @localtype
Namespace No namespace
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:relatedmaterial / @encodinganalog
Namespace No namespace
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:separatedmaterial / @localtype
Namespace No namespace
Used by
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:separatedmaterial / @encodinganalog
Namespace No namespace
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:otherfindaid / @encodinganalog
Namespace No namespace
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:colspec / @cols
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element ns1:colspec
Source
<xs:attribute name="cols" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:colspec / @colname
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element ns1:colspec
Source
<xs:attribute name="colname" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:colspec / @width
Namespace No namespace
Used by
Element ns1:colspec
Source
<xs:attribute name="width"/>
[ top ]
Attribute ns1:colspec / @colsep
Namespace No namespace
Type ns1:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Used by
Element ns1:colspec
Source
<xs:attribute name="colsep" type="ns1:av.yesorno"/>
[ top ]
Attribute ns1:colspec / @rowsep
Namespace No namespace
Type ns1:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Used by
Element ns1:colspec
Source
<xs:attribute name="rowsep" type="ns1:av.yesorno"/>
[ top ]
Attribute ns1:colspec / @align
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration left
enumeration right
enumeration center
enumeration justify
Used by
Element ns1:colspec
Source
<xs:attribute name="align">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="left"/>
      <xs:enumeration value="right"/>
      <xs:enumeration value="center"/>
      <xs:enumeration value="justify"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:colspec / @valign
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
enumeration baseline
Used by
Element ns1:colspec
Source
<xs:attribute name="valign">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="middle"/>
      <xs:enumeration value="bottom"/>
      <xs:enumeration value="baseline"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:table / @frame
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration top
enumeration bottom
enumeration topbot
enumeration all
enumeration sides
enumeration none
Used by
Element ns1:table
Source
<xs:attribute name="frame">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="bottom"/>
      <xs:enumeration value="topbot"/>
      <xs:enumeration value="all"/>
      <xs:enumeration value="sides"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:table / @cols
Namespace No namespace
Used by
Element ns1:table
Source
<xs:attribute name="cols"/>
[ top ]
Attribute ns1:table / @width
Namespace No namespace
Used by
Element ns1:table
Source
<xs:attribute name="width"/>
[ top ]
Attribute ns1:table / @colsep
Namespace No namespace
Type ns1:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Used by
Element ns1:table
Source
<xs:attribute name="colsep" type="ns1:av.yesorno"/>
[ top ]
Attribute ns1:table / @rowsep
Namespace No namespace
Type ns1:av.yesorno
Properties
content simple
Facets
enumeration yes
enumeration no
Used by
Element ns1:table
Source
<xs:attribute name="rowsep" type="ns1:av.yesorno"/>
[ top ]
Attribute ns1:title / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:title / @localtype
Namespace No namespace
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:title / @render
Namespace No namespace
Type ns1:av.render
Properties
content simple
Facets
enumeration altrender
enumeration bold
enumeration bolddoublequote
enumeration bolditalic
enumeration boldsinglequote
enumeration boldsmcaps
enumeration boldunderline
enumeration doublequote
enumeration italic
enumeration nonproport
enumeration singlequote
enumeration smcaps
enumeration sub
enumeration super
enumeration underline
Source
<xs:attribute name="render" type="ns1:av.render"/>
[ top ]
Attribute ns1:languageset / @encodinganalog
Namespace No namespace
Used by
Element ns1:languageset
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:geogname / @role
Namespace No namespace
Used by
Element ns1:geogname
Source
<xs:attribute name="role"/>
[ top ]
Attribute ns1:geogname / @encodinganalog
Namespace No namespace
Used by
Element ns1:geogname
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:occupation / @encodinganalog
Namespace No namespace
Used by
Element ns1:occupation
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:subject / @encodinganalog
Namespace No namespace
Used by
Element ns1:subject
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:genreform / @encodinganalog
Namespace No namespace
Used by
Element ns1:genreform
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:function / @encodinganalog
Namespace No namespace
Used by
Element ns1:function
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:a.localtype / @localtype
Namespace No namespace
Properties
use required
Used by
Attribute Group ns1:a.localtype
Source
<xs:attribute name="localtype" use="required"/>
[ top ]
Attribute ns1:am.langcode / @langcode
Namespace No namespace
Used by
Attribute Group ns1:am.langcode
Source
<xs:attribute name="langcode"/>
[ top ]
Attribute ns1:abstract / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:abstract / @label
Namespace No namespace
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:abstract / @localtype
Namespace No namespace
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:langmaterial / @label
Namespace No namespace
Used by
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:langmaterial / @encodinganalog
Namespace No namespace
Used by
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:m.mixed.basic / @localtypesource
Namespace No namespace
Used by
Element ns1:didnote
Source
<xs:attribute name="localtypesource"/>
[ top ]
Attribute ns1:didnote / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:didnote / @label
Namespace No namespace
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:didnote / @localtype
Namespace No namespace
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:didnote / @localtypesource
Namespace No namespace
Source
<xs:attribute name="localtypesource"/>
[ top ]
Attribute ns1:m.mixed.basic / @rules
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element ns1:physdesc
Source
<xs:attribute name="rules" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:physdesc / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:physdesc / @label
Namespace No namespace
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:physdesc / @rules
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Source
<xs:attribute name="rules" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:m.mixed.basic / @parent
Namespace No namespace
Type xs:IDREFS
Properties
content simple
Used by
Source
<xs:attribute name="parent" type="xs:IDREFS"/>
[ top ]
Attribute ns1:physloc / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:physloc / @label
Namespace No namespace
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:physloc / @localtype
Namespace No namespace
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:physloc / @parent
Namespace No namespace
Type xs:IDREFS
Properties
content simple
Source
<xs:attribute name="parent" type="xs:IDREFS"/>
[ top ]
Attribute ns1:am.countrycode / @countrycode
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Attribute Group ns1:am.countrycode
Source
<xs:attribute name="countrycode" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:m.mixed.basic / @repositorycode
Namespace No namespace
Type ns1:data.repositorycode
Properties
content simple
Used by
Element ns1:unitid
Source
<xs:attribute name="repositorycode" type="ns1:data.repositorycode"/>
[ top ]
Attribute ns1:m.mixed.basic / @identifier
Namespace No namespace
Used by
Element ns1:unitid
Source
<xs:attribute name="identifier"/>
[ top ]
Attribute ns1:unitid / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:unitid / @identifier
Namespace No namespace
Source
<xs:attribute name="identifier"/>
[ top ]
Attribute ns1:unitid / @label
Namespace No namespace
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:unitid / @localtype
Namespace No namespace
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:unitid / @repositorycode
Namespace No namespace
Type ns1:data.repositorycode
Properties
content simple
Source
<xs:attribute name="repositorycode" type="ns1:data.repositorycode"/>
[ top ]
Attribute ns1:m.mixed.basic / @containerid
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Element ns1:container
Source
<xs:attribute name="containerid" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:container / @containerid
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Source
<xs:attribute name="containerid" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:container / @encodinganalog
Namespace No namespace
Source
<xs:attribute name="encodinganalog"/>
[ top ]
Attribute ns1:container / @label
Namespace No namespace
Source
<xs:attribute name="label"/>
[ top ]
Attribute ns1:container / @localtype
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Source
<xs:attribute name="localtype" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:container / @parent
Namespace No namespace
Type xs:IDREFS
Properties
content simple
Source
<xs:attribute name="parent" type="xs:IDREFS"/>
[ top ]
Attribute ns1:chronitem / @localtype
Namespace No namespace
Used by
Element ns1:chronitem
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:chronlist / @localtype
Namespace No namespace
Used by
Element ns1:chronlist
Source
<xs:attribute name="localtype"/>
[ top ]
Attribute ns1:a.link.href / @href
Namespace No namespace
Type xs:anyURI
Properties
use required
Used by
Attribute Group ns1:a.link.href
Source
<xs:attribute name="href" use="required" type="xs:anyURI"/>
[ top ]
Attribute ns1:a.link.role / @linkrole
Namespace No namespace
Type xs:anyURI
Properties
use required
Used by
Attribute Group ns1:a.link.role
Source
<xs:attribute name="linkrole" use="required" type="xs:anyURI"/>
[ top ]
Attribute ns1:a.link.arcrole / @linkarcrole
Namespace No namespace
Type xs:anyURI
Properties
use required
Used by
Attribute Group ns1:a.link.arcrole
Source
<xs:attribute name="linkarcrole" use="required" type="xs:anyURI"/>
[ top ]
Attribute ns1:a.link.title / @linktitle
Namespace No namespace
Properties
use required
Used by
Attribute Group ns1:a.link.title
Source
<xs:attribute name="linktitle" use="required"/>
[ top ]
Attribute ns1:a.link.show / @show
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration new
enumeration replace
enumeration embed
enumeration other
enumeration none
Used by
Attribute Group ns1:a.link.show
Source
<xs:attribute name="show" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="new"/>
      <xs:enumeration value="replace"/>
      <xs:enumeration value="embed"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:a.link.actuate / @actuate
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration onLoad
enumeration onRequest
enumeration other
enumeration none
Used by
Attribute Group ns1:a.link.actuate
Source
<xs:attribute name="actuate" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="onLoad"/>
      <xs:enumeration value="onRequest"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ns1:m.geographicalcoordinates / @longitude
Namespace No namespace
Type xs:NMTOKEN
Properties
use required
Used by
Source
<xs:attribute name="longitude" use="required" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:m.geographicalcoordinates / @latitude
Namespace No namespace
Type xs:NMTOKEN
Properties
use required
Used by
Source
<xs:attribute name="latitude" use="required" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:m.geographicalcoordinates / @altitude
Namespace No namespace
Type xs:NMTOKEN
Properties
content simple
Used by
Source
<xs:attribute name="altitude" type="xs:NMTOKEN"/>
[ top ]
Attribute ns1:a.lastdatetimeverified / @lastdatetimeverified
Namespace No namespace
Type ns1:m.data.standardDateTime
Properties
use required
Used by
Attribute Group ns1:a.lastdatetimeverified
Source
<xs:attribute name="lastdatetimeverified" use="required" type="ns1:m.data.standardDateTime"/>
[ top ]
Element Group ns1:m.mixed.basic
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr
Used by
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Source
<xs:group name="m.mixed.basic">
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ns1:abbr"/>
      <xs:element ref="ns1:expan"/>
      <xs:element ref="ns1:emph"/>
      <xs:element ref="ns1:lb"/>
      <xs:element ref="ns1:ref"/>
      <xs:element ref="ns1:ptr"/>
    </xs:choice>
  </xs:sequence>
</xs:group>
[ top ]
Element Group ns1:m.para.content
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date ead_revised.tmp#m.mixed.basic.plus ead_revised.tmp#m.access.title ead_revised.tmp#list
Used by
Model
Children ns1:abbr, ns1:date, ns1:emph, ns1:expan, ns1:footnote, ns1:lb, ns1:list, ns1:m.access.title, ns1:num, ns1:ptr, ns1:quote, ns1:ref
Source
<xs:group name="m.para.content">
  <xs:choice>
    <xs:group ref="ns1:m.mixed.basic.plus"/>
    <xs:element ref="ns1:m.access.title"/>
    <xs:element ref="ns1:list"/>
  </xs:choice>
</xs:group>
[ top ]
Element Group ns1:m.mixed.basic.plus
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date
Used by
Element Group ns1:m.para.content
Model
Children ns1:abbr, ns1:date, ns1:emph, ns1:expan, ns1:footnote, ns1:lb, ns1:num, ns1:ptr, ns1:quote, ns1:ref
Source
<xs:group name="m.mixed.basic.plus">
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="ns1:m.mixed.basic"/>
      <xs:element ref="ns1:quote"/>
      <xs:element ref="ns1:num"/>
      <xs:element ref="ns1:footnote"/>
      <xs:element ref="ns1:date"/>
    </xs:choice>
  </xs:sequence>
</xs:group>
[ top ]
Element Group ns1:e.relations
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#e.relations_relations
Used by
Element ns1:archdesc
Model
Children ns1:relations
Source
<xs:group name="e.relations">
  <xs:sequence>
    <xs:element name="relations">
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" ref="ns1:relation"/>
        </xs:sequence>
        <xs:attributeGroup ref="ns1:a.common"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
[ top ]
Element Group ns1:m.cOrC01
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#c ead_revised.tmp#c01
Used by
Element ns1:dsc
Model
Children ns1:c, ns1:c01
Source
<xs:group name="m.cOrC01">
  <xs:choice>
    <xs:element maxOccurs="unbounded" ref="ns1:c"/>
    <xs:element maxOccurs="unbounded" ref="ns1:c01"/>
  </xs:choice>
</xs:group>
[ top ]
Element Group ns1:m.mixed.basic.plus.access
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#m.access.title ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr ead_revised.tmp#m.mixed.basic ead_revised.tmp#quote ead_revised.tmp#num ead_revised.tmp#footnote ead_revised.tmp#date
Used by
Model
Children ns1:abbr, ns1:date, ns1:emph, ns1:expan, ns1:footnote, ns1:lb, ns1:m.access.title, ns1:num, ns1:ptr, ns1:quote, ns1:ref
Source
<xs:group name="m.mixed.basic.plus.access">
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ns1:m.access.title"/>
      <xs:group ref="ns1:m.mixed.basic"/>
      <xs:element ref="ns1:quote"/>
      <xs:element ref="ns1:num"/>
      <xs:element ref="ns1:footnote"/>
      <xs:element ref="ns1:date"/>
    </xs:choice>
  </xs:sequence>
</xs:group>
[ top ]
Element Group ns1:m.refs
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#ref ead_revised.tmp#ptr
Used by
Element ns1:indexentry
Model
Children ns1:ptr, ns1:ref
Source
<xs:group name="m.refs">
  <xs:sequence>
    <xs:element ref="ns1:ref"/>
    <xs:element ref="ns1:ptr"/>
  </xs:sequence>
</xs:group>
[ top ]
Element Group ns1:m.mixed.elements
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#abbr ead_revised.tmp#expan ead_revised.tmp#emph ead_revised.tmp#lb ead_revised.tmp#ref ead_revised.tmp#ptr
Model
Children ns1:abbr, ns1:emph, ns1:expan, ns1:lb, ns1:ptr, ns1:ref
Source
<xs:group name="m.mixed.elements">
  <xs:sequence>
    <xs:element ref="ns1:abbr"/>
    <xs:element ref="ns1:expan"/>
    <xs:element ref="ns1:emph"/>
    <xs:element ref="ns1:lb"/>
    <xs:element ref="ns1:ref"/>
    <xs:element ref="ns1:ptr"/>
  </xs:sequence>
</xs:group>
[ top ]
Attribute Group ns1:a.common
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common.empty_id ead_revised.tmp#a.common.empty_altrender ead_revised.tmp#a.common.empty_audience ead_revised.tmp#a.common.empty ead_revised.tmp#a.common_lang ead_revised.tmp#a.common_script
Used by
Elements ns1:abbr, ns1:abstract, ns1:accessrestrict, ns1:accruals, ns1:acqinfo, ns1:address, ns1:addressline, ns1:agencycode, ns1:agent, ns1:agenttype, ns1:altformavail, ns1:appraisal, ns1:archdesc, ns1:archref, ns1:arrangement, ns1:author, ns1:bibliography, ns1:bibref, ns1:bioghist, ns1:blockquote, ns1:chronitem, ns1:chronlist, ns1:citation, ns1:container, ns1:control, ns1:controlaccess, ns1:controlnote, ns1:conventiondeclaration, ns1:corpname, ns1:custodhist, ns1:dao, ns1:daodesc, ns1:date, ns1:daterange, ns1:dateset, ns1:datesingle, ns1:defitem, ns1:descriptivenote, ns1:did, ns1:didnote, ns1:dimensions, ns1:dsc, ns1:e.relations/ns1:relations, ns1:ead, ns1:edition, ns1:editionstmt, ns1:emph, ns1:entry, ns1:event, ns1:eventdatetime, ns1:eventdescription, ns1:eventtype, ns1:expan, ns1:famname, ns1:filedesc, ns1:fileplan, ns1:footnote, ns1:fromdate, ns1:function, ns1:genreform, ns1:geogname, ns1:head, ns1:head01, ns1:head02, ns1:head03, ns1:index, ns1:indexentry, ns1:item, ns1:label, ns1:langmaterial, ns1:language, ns1:languagedeclaration, ns1:languageset, ns1:legalstatus, ns1:list, ns1:listhead, ns1:localcontrol, ns1:localtypedeclaration, ns1:maintenanceagency, ns1:maintenanceevent, ns1:maintenancehistory, ns1:maintenancestatus, ns1:materialspec, ns1:name, ns1:namegrp, ns1:notestmt, ns1:num, ns1:objectxmlwrap, ns1:occupation, ns1:odd, ns1:originalsloc, ns1:origination, ns1:otheragencycode, ns1:otherfindaid, ns1:otherrecordid, ns1:p, ns1:parallelphysdescset, ns1:part, ns1:persname, ns1:physdesc, ns1:physdescstructured, ns1:physfacet, ns1:physloc, ns1:phystech, ns1:placeentry, ns1:prefercite, ns1:processinfo, ns1:ptr, ns1:publicationstatus, ns1:publicationstmt, ns1:publisher, ns1:quantity, ns1:quote, ns1:recordid, ns1:ref, ns1:relatedmaterial, ns1:relation, ns1:relationentry, ns1:repository, ns1:representation, ns1:row, ns1:scopecontent, ns1:script, ns1:separatedmaterial, ns1:seriesstmt, ns1:source, ns1:sourceentry, ns1:sources, ns1:sponsor, ns1:subject, ns1:subtitle, ns1:table, ns1:term, ns1:thead, ns1:thentry, ns1:title, ns1:titleproper, ns1:titlestmt, ns1:todate, ns1:unitdate, ns1:unitdatestructured, ns1:unitid, ns1:unittitle, ns1:unittype, ns1:userestrict
Attribute Group ns1:a.desc.c
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
lang optional
script optional
Source
<xs:attributeGroup name="a.common">
  <xs:attributeGroup ref="ns1:a.common.empty"/>
  <xs:attribute name="lang"/>
  <xs:attribute name="script"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:a.common.empty
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common.empty_id ead_revised.tmp#a.common.empty_altrender ead_revised.tmp#a.common.empty_audience
Used by
Attribute Group ns1:a.common
Elements ns1:colspec, ns1:lb
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
id xs:ID optional
Source
<xs:attributeGroup name="a.common.empty">
  <xs:attribute name="id" type="xs:ID"/>
  <xs:attribute name="altrender"/>
  <xs:attribute name="audience">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="external"/>
        <xs:enumeration value="internal"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:m.id
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#m.id_localtype
Used by
Attributes
QName Type Use
localtype optional
Source
<xs:attributeGroup name="m.id">
  <xs:attribute name="localtype"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:am.simplelink
Namespace urn:isbn:1-931666-22-9
Diagram
Used by
Attributes
Source
[ top ]
Attribute Group ns1:a.internal.ptr
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.internal.ptr_target ead_revised.tmp#a.internal.ptr_xpointer ead_revised.tmp#am.simplelink_linktype ead_revised.tmp#am.simplelink_href ead_revised.tmp#am.simplelink_linkrole ead_revised.tmp#am.simplelink_linkarcrole ead_revised.tmp#am.simplelink_linktitle ead_revised.tmp#am.simplelink_show ead_revised.tmp#am.simplelink_actuate ead_revised.tmp#am.simplelink
Used by
Elements ns1:ptr, ns1:ref
Attributes
QName Type Use
actuate restriction of xs:token optional
href xs:anyURI optional
linkarcrole xs:anyURI optional
linkrole xs:anyURI optional
linktitle optional
linktype restriction of xs:token required
show restriction of xs:token optional
target xs:IDREF optional
xpointer optional
Source
<xs:attributeGroup name="a.internal.ptr">
  <xs:attribute name="target" type="xs:IDREF"/>
  <xs:attribute name="xpointer"/>
  <xs:attributeGroup ref="ns1:am.simplelink"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:am.dates.era
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#am.dates.era_era
Used by
Attributes
QName Type Use
era xs:NMTOKEN optional
Source
<xs:attributeGroup name="am.dates.era">
  <xs:attribute name="era" type="xs:NMTOKEN"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:am.dates.calendar
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#am.dates.calendar_calendar
Used by
Attributes
QName Type Use
calendar xs:NMTOKEN optional
Source
<xs:attributeGroup name="am.dates.calendar">
  <xs:attribute name="calendar" type="xs:NMTOKEN"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:am.date.normal
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#am.date.normal_normal
Used by
Attributes
QName Type Use
normal xs:token optional
Source
<xs:attributeGroup name="am.date.normal">
  <xs:attribute name="normal" type="xs:token"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:m.datesingle
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#m.datesingle_standarddate ead_revised.tmp#m.datesingle_notbefore ead_revised.tmp#m.datesingle_notafter
Used by
Element ns1:datesingle
Attributes
Source
<xs:attributeGroup name="m.datesingle">
  <xs:attribute name="standarddate" type="ns1:m.data.standarddate"/>
  <xs:attribute name="notbefore" type="ns1:m.data.standarddate"/>
  <xs:attribute name="notafter" type="ns1:m.data.standarddate"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:a.desc.c
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.common.empty ead_revised.tmp#a.common_lang ead_revised.tmp#a.common_script ead_revised.tmp#a.common ead_revised.tmp#a.desc.c_level ead_revised.tmp#a.desc.base_otherlevel ead_revised.tmp#a.desc.base_encodinganalog ead_revised.tmp#a.desc.base
Used by
Complex Type ns1:m.c.base
Attributes
QName Type Use
altrender optional
audience restriction of xs:token optional
encodinganalog optional
id xs:ID optional
lang optional
level ns1:av.level optional
otherlevel xs:NMTOKEN optional
script optional
Source
<xs:attributeGroup name="a.desc.c">
  <xs:attributeGroup ref="ns1:a.common"/>
  <xs:attribute name="level" type="ns1:av.level"/>
  <xs:attributeGroup ref="ns1:a.desc.base"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:a.desc.base
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.desc.base_otherlevel ead_revised.tmp#a.desc.base_encodinganalog
Used by
Attribute Group ns1:a.desc.c
Element ns1:archdesc
Attributes
QName Type Use
encodinganalog optional
otherlevel xs:NMTOKEN optional
Source
<xs:attributeGroup name="a.desc.base">
  <xs:attribute name="otherlevel" type="xs:NMTOKEN"/>
  <xs:attribute name="encodinganalog"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:a.dsctab.tpattern
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.dsctab.tpattern_tpattern
Used by
Element ns1:dsc
Attributes
QName Type Use
tpattern xs:NMTOKEN optional
Source
<xs:attributeGroup name="a.dsctab.tpattern">
  <xs:attribute name="tpattern" type="xs:NMTOKEN"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:a.access
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.access.no.normal_source ead_revised.tmp#a.access.no.normal_rules ead_revised.tmp#a.access.no.normal_identifier ead_revised.tmp#a.access.no.normal ead_revised.tmp#a.access_normal
Used by
Attributes
QName Type Use
identifier optional
normal optional
rules xs:NMTOKEN optional
source xs:token optional
Source
<xs:attributeGroup name="a.access">
  <xs:attributeGroup ref="ns1:a.access.no.normal"/>
  <xs:attribute name="normal"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:a.access.no.normal
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.access.no.normal_source ead_revised.tmp#a.access.no.normal_rules ead_revised.tmp#a.access.no.normal_identifier
Used by
Attribute Group ns1:a.access
Attributes
QName Type Use
identifier optional
rules xs:NMTOKEN optional
source xs:token optional
Source
<xs:attributeGroup name="a.access.no.normal">
  <xs:attribute name="source" type="xs:token"/>
  <xs:attribute name="rules" type="xs:NMTOKEN"/>
  <xs:attribute name="identifier"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:a.localtype
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.localtype_localtype
Attributes
QName Type Use
localtype required
Source
<xs:attributeGroup name="a.localtype">
  <xs:attribute name="localtype" use="required"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:am.langcode
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#am.langcode_langcode
Used by
Element ns1:didnote
Attributes
QName Type Use
langcode optional
Source
<xs:attributeGroup name="am.langcode">
  <xs:attribute name="langcode"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:am.countrycode
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#am.countrycode_countrycode
Used by
Element ns1:unitid
Attributes
QName Type Use
countrycode xs:NMTOKEN optional
Source
<xs:attributeGroup name="am.countrycode">
  <xs:attribute name="countrycode" type="xs:NMTOKEN"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:a.link.href
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.link.href_href
Attributes
QName Type Use
href xs:anyURI required
Source
<xs:attributeGroup name="a.link.href">
  <xs:attribute name="href" use="required" type="xs:anyURI"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:a.link.role
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.link.role_linkrole
Attributes
QName Type Use
linkrole xs:anyURI required
Source
<xs:attributeGroup name="a.link.role">
  <xs:attribute name="linkrole" use="required" type="xs:anyURI"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:a.link.arcrole
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.link.arcrole_linkarcrole
Attributes
QName Type Use
linkarcrole xs:anyURI required
Source
<xs:attributeGroup name="a.link.arcrole">
  <xs:attribute name="linkarcrole" use="required" type="xs:anyURI"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:a.link.title
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.link.title_linktitle
Attributes
QName Type Use
linktitle required
Source
<xs:attributeGroup name="a.link.title">
  <xs:attribute name="linktitle" use="required"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:a.link.show
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.link.show_show
Attributes
QName Type Use
show restriction of xs:token required
Source
<xs:attributeGroup name="a.link.show">
  <xs:attribute name="show" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="new"/>
        <xs:enumeration value="replace"/>
        <xs:enumeration value="embed"/>
        <xs:enumeration value="other"/>
        <xs:enumeration value="none"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:a.link.actuate
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.link.actuate_actuate
Attributes
QName Type Use
actuate restriction of xs:token required
Source
<xs:attributeGroup name="a.link.actuate">
  <xs:attribute name="actuate" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="onLoad"/>
        <xs:enumeration value="onRequest"/>
        <xs:enumeration value="other"/>
        <xs:enumeration value="none"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:m.geographicalcoordinates
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#m.geographicalcoordinates_longitude ead_revised.tmp#m.geographicalcoordinates_latitude ead_revised.tmp#m.geographicalcoordinates_altitude
Attributes
QName Type Use
altitude xs:NMTOKEN optional
latitude xs:NMTOKEN required
longitude xs:NMTOKEN required
Source
<xs:attributeGroup name="m.geographicalcoordinates">
  <xs:attribute name="longitude" use="required" type="xs:NMTOKEN"/>
  <xs:attribute name="latitude" use="required" type="xs:NMTOKEN"/>
  <xs:attribute name="altitude" type="xs:NMTOKEN"/>
</xs:attributeGroup>
[ top ]
Attribute Group ns1:a.lastdatetimeverified
Namespace urn:isbn:1-931666-22-9
Diagram
Diagram ead_revised.tmp#a.lastdatetimeverified_lastdatetimeverified
Attributes
Source
<xs:attributeGroup name="a.lastdatetimeverified">
  <xs:attribute name="lastdatetimeverified" use="required" type="ns1:m.data.standardDateTime"/>
</xs:attributeGroup>
[ top ]